Skip to content

Commit 8161364

Browse files
committed
fix compilation warnings
1 parent a32e8e3 commit 8161364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ endif()
1313

1414
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
1515
# Disable specific warnings (we cannot change these, KUKA has to fix them in their SDK)
16-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format-security -Wno-parentheses")
17-
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-format-security -Wno-parentheses")
16+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format-security")
17+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-format-security")
1818
endif()
1919

2020
######################

0 commit comments

Comments
 (0)