Skip to content

Commit 5de75d5

Browse files
authored
[Infrastructure] Remove compilation warning exception sign-compare (AliceO2Group#8908)
1 parent 87ba430 commit 5de75d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/O2PhysicsCompileFlags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include_guard()
1414
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
1515

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

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

0 commit comments

Comments
 (0)