Skip to content

Commit

Permalink
add -Wno-weak-vtables (header only library)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Dec 23, 2022
1 parent e5a289c commit ddf636b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
-Wno-unknown-pragmas
-Wno-documentation-unknown-command
-Wno-reserved-identifier
-Wno-weak-vtables
-Werror
)
endif()
Expand Down

0 comments on commit ddf636b

Please sign in to comment.