Skip to content

Commit

Permalink
Enable extra warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Apr 22, 2024
1 parent 7743106 commit 13e49af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/O2PhysicsCompileFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
include_guard()

# Set warnings for both gcc and clang.
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-error \
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-error \
-Werror=NSObject-attribute \
-Werror=address \
-Werror=address-of-packed-member \
Expand Down

0 comments on commit 13e49af

Please sign in to comment.