Skip to content

Commit

Permalink
Suppress a couple more of clang warnings in rviz_ogre_vendor. (#1102)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Dec 4, 2023
1 parent d7b56b8 commit 5b22898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rviz_ogre_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ else()
set(OGRE_CXX_FLAGS "-Wno-mismatched-new-delete ${OGRE_CXX_FLAGS}")
set(OGRE_CXX_FLAGS "-Wno-range-loop-construct ${OGRE_CXX_FLAGS}")
set(OGRE_CXX_FLAGS "-Wno-undef ${OGRE_CXX_FLAGS}")
set(OGRE_CXX_FLAGS "-Wno-misleading-indentation ${OGRE_CXX_FLAGS}")
set(OGRE_CXX_FLAGS "-Wno-implicit-const-int-float-conversion ${OGRE_CXX_FLAGS}")

if(NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(OGRE_CXX_FLAGS "-Wno-maybe-uninitialized ${OGRE_CXX_FLAGS}")
Expand Down

0 comments on commit 5b22898

Please sign in to comment.