Skip to content

Commit

Permalink
[Infrastructure] Remove compilation warning exception sign-compare (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera authored Dec 11, 2024
1 parent 87ba430 commit 5de75d5
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 @@ -14,7 +14,7 @@ include_guard()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")

# Enabled warnings supported by Clang and GCC, not treated as errors
set(O2PHYSICS_WARNINGS_COMMON_NO_ERROR "sign-compare")
set(O2PHYSICS_WARNINGS_COMMON_NO_ERROR "")

# Enabled warnings supported by Clang only, not treated as errors
set(O2PHYSICS_WARNINGS_CLANG_NO_ERROR "")
Expand Down

0 comments on commit 5de75d5

Please sign in to comment.