We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32e8e3 commit 8161364Copy full SHA for 8161364
CMakeLists.txt
@@ -13,8 +13,8 @@ endif()
13
14
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
15
# 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")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-format-security")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-format-security")
18
endif()
19
20
######################
0 commit comments