Skip to content

Commit dd57aea

Browse files
committed
supress warning
1 parent 611edae commit dd57aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ if (THREEPP_TREAT_WARNINGS_AS_ERRORS)
539539
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
540540
target_compile_options(threepp PRIVATE "-Wall" "-Wextra" "-Wpedantic")
541541
target_compile_options(threepp PRIVATE
542-
"-Wno-parentheses" "-Wno-reorder-ctor"
542+
"-Wno-parentheses" "-Wno-reorder" "-Wno-reorder-ctor"
543543
"-Wno-missing-field-initializers" "-Wno-overloaded-virtual"
544544
"-Wno-unused-parameter" "-Wno-dollar-in-identifier-extension")
545545
target_compile_options(threepp PRIVATE "-Werror")

0 commit comments

Comments
 (0)