We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e6d31 commit 725f04bCopy full SHA for 725f04b
1 file changed
src/cmake/modules/myci.cmake
@@ -917,6 +917,8 @@ function(myci_declare_library name)
917
918
# disable some warnings
919
/wd4458 # local declaration hides class member
920
+ /wd4100 # unreferenced parameter
921
+ /wd4456 # declaration of 'X' hides previous local declaration
922
)
923
else()
924
if(arg_NO_WARNINGS_AS_ERRORS)
@@ -1210,6 +1212,8 @@ function(myci_declare_application name)
1210
1212
1211
1213
1214
1215
1216
1217
1218
1219
target_compile_options(${name} PRIVATE
0 commit comments