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 40a2528 commit 40d1079Copy full SHA for 40d1079
CMakeLists.txt
@@ -299,7 +299,7 @@ endif()
299
300
# Add appropriate flags for GCC
301
if (LLVM_COMPILER_IS_GCC_COMPATIBLE)
302
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-ignored-attributes")
303
endif ()
304
305
# Fixes "C++ exception handler used, but unwind semantics are not enabled" warning Windows
0 commit comments