Skip to content

Commit

Permalink
enofrce less warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 6, 2022
1 parent 71fa82a commit 6cc89c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ if(CMAKE_CXX_COMPILER_ID MATCHES Clang)
-Wno-padded
-Wno-return-std-move-in-c++11
-Wno-switch-enum
-Wno-cast-qual
-Wno-cast-align
-Wno-old-style-cast
-Wno-weak-vtables
-Wno-documentation
-Wno-documentation-unknown-command
)
endif()
endif()
Expand Down

0 comments on commit 6cc89c3

Please sign in to comment.