We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152aa75 commit 0e41e7bCopy full SHA for 0e41e7b
1 file changed
CMakeLists.txt
@@ -107,7 +107,7 @@ set(RTLOG_ALL_WARNINGS)
107
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
108
set(RTLOG_ALL_WARNINGS "-Wall;-Werror;-Wformat;-Wextra;-Wformat-security;-Wno-unused-function")
109
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
110
- set(RTLOG_ALL_WARNINGS "")
+ set(RTLOG_ALL_WARNINGS "/W4;/WX;/wd4505")
111
endif()
112
113
target_compile_options(rtlog
0 commit comments