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 91ce8ce commit a26ce62Copy full SHA for a26ce62
CMakeLists.txt
@@ -397,6 +397,7 @@ target_link_libraries(core_interface INTERFACE warn_interface)
397
if(MSVC)
398
try_append_cxx_flags("/W3" TARGET warn_interface SKIP_LINK)
399
try_append_cxx_flags("/wd4018" TARGET warn_interface SKIP_LINK)
400
+ try_append_cxx_flags("/wd4146" TARGET warn_interface SKIP_LINK)
401
try_append_cxx_flags("/wd4244" TARGET warn_interface SKIP_LINK)
402
try_append_cxx_flags("/wd4267" TARGET warn_interface SKIP_LINK)
403
try_append_cxx_flags("/wd4715" TARGET warn_interface SKIP_LINK)
0 commit comments