Skip to content

Commit f8eb7ba

Browse files
committed
Remove -Weverything
See Tencent#930
1 parent b61bbbf commit f8eb7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
8787
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=native")
8888
endif()
8989
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -Wno-missing-field-initializers")
90-
set(EXTRA_CXX_FLAGS -Weffc++ -Wswitch-default -Wfloat-equal -Wconversion -Wimplicit-fallthrough -Weverything)
90+
set(EXTRA_CXX_FLAGS -Weffc++ -Wswitch-default -Wfloat-equal -Wconversion -Wimplicit-fallthrough)
9191
if (RAPIDJSON_BUILD_CXX11)
9292
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
9393
endif()

0 commit comments

Comments
 (0)