From 8e7f59b137d84a9f51e68f88dde352b2b8ac65ed Mon Sep 17 00:00:00 2001 From: rigaya Date: Wed, 8 Nov 2023 18:24:25 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AD=A6=E5=91=8A=E5=AF=BE=E7=AD=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NVEnc/prm/auo_conf_convert.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/NVEnc/prm/auo_conf_convert.cpp b/NVEnc/prm/auo_conf_convert.cpp index fc3220fc..44a617c8 100644 --- a/NVEnc/prm/auo_conf_convert.cpp +++ b/NVEnc/prm/auo_conf_convert.cpp @@ -413,6 +413,7 @@ void guiEx_config::convert_nvencstgv2_to_nvencstgv4(CONF_GUIEX *conf, const void #pragma warning (push) #pragma warning (disable: 4127) +#pragma warning (disable: 4063) //warning C4063 : case '16' は '_NV_ENC_PARAMS_RC_MODE' の switch の値として正しくありません。 tstring gen_cmd_old3(const CONF_GUIEX_OLD3 *conf) { std::basic_stringstream cmd;