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 e5acc29 commit 5bb5c2fCopy full SHA for 5bb5c2f
2 files changed
CMakeLists.txt
@@ -84,7 +84,7 @@ MESSAGE( STATUS "CMAKE_BUILD_TYPE: " ${CMAKE_BUILD_TYPE} )
84
85
86
if(${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang" OR ${CMAKE_CXX_COMPILER_ID} STREQUAL "AppleClang")
87
- target_compile_options(FastPFOR PRIVATE -Wall -Wextra)
+ target_compile_options(FastPFOR PRIVATE -Wall -Wextra -Weffc++ -Wsign-compare -Wshadow -Wwrite-strings -Wpointer-arith -Winit-self -Wconversion -Wno-sign-conversion)
88
endif()
89
include(CheckCXXCompilerFlag)
90
unset(FASTPFOR_COMPILER_SUPPORTS_MARCH_NATIVE CACHE)
0 commit comments