Skip to content

Commit

Permalink
Add more compilation warnings on the error list
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Apr 2, 2024
1 parent 53eb2b9 commit ccee6b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dependencies/O2PhysicsCompileFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
include_guard()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-error \
-Werror=absolute-value \
-Werror=deprecated-enum-float-conversion \
-Werror=missing-braces \
-Werror=narrowing \
-Werror=parentheses \
-Werror=return-type \
Expand Down

0 comments on commit ccee6b2

Please sign in to comment.