We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611edae commit dd57aeaCopy full SHA for dd57aea
src/CMakeLists.txt
@@ -539,7 +539,7 @@ if (THREEPP_TREAT_WARNINGS_AS_ERRORS)
539
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
540
target_compile_options(threepp PRIVATE "-Wall" "-Wextra" "-Wpedantic")
541
target_compile_options(threepp PRIVATE
542
- "-Wno-parentheses" "-Wno-reorder-ctor"
+ "-Wno-parentheses" "-Wno-reorder" "-Wno-reorder-ctor"
543
"-Wno-missing-field-initializers" "-Wno-overloaded-virtual"
544
"-Wno-unused-parameter" "-Wno-dollar-in-identifier-extension")
545
target_compile_options(threepp PRIVATE "-Werror")
0 commit comments