Revert -Wno-??? change
This commit is contained in:
parent
51f27f1fcd
commit
1ed9b4f98f
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ ELSE()
|
|||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CPP_STANDARD} -stdlib=libc++ -Wall")
|
||||
ELSE()
|
||||
if( NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" )
|
||||
target_compile_options(fc PUBLIC ${CPP_STANDARD} -Wall -Wno-parentheses -Wno-class-memaccess -fnon-call-exceptions)
|
||||
target_compile_options(fc PUBLIC ${CPP_STANDARD} -Wall -fnon-call-exceptions)
|
||||
endif()
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CPP_STANDARD} -Wall -fnon-call-exceptions")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue