We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d0487 commit 8abc8b4Copy full SHA for 8abc8b4
CMakeLists.txt
@@ -34,7 +34,7 @@ target_compile_options(${PROJECT_NAME} PRIVATE "-Wall")
34
35
if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
36
target_compile_options(${PROJECT_NAME} PRIVATE /wd4625 # Suppresses warning C4625
37
- /wd4526 # Suppresses warning C4626
+ /wd4626 # Suppresses warning C4626
38
)
39
endif()
40
@@ -76,7 +76,7 @@ else()
76
/wd4514 # Suppresses warning C4514
77
/wd4710 # Suppresses warning C4710
78
/wd4625 # Suppresses warning C4625
79
80
/wd5045 # Suppresses warning C5045 (spectre)
81
/wd4365 # Supresses warning C4365
82
0 commit comments