Skip to content

Commit

Permalink
警告対策。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Nov 8, 2023
1 parent 0a5b4fc commit 8e7f59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NVEnc/prm/auo_conf_convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<TCHAR> cmd;

Expand Down

0 comments on commit 8e7f59b

Please sign in to comment.