Skip to content

Commit

Permalink
use pedantic now that memory tools is in another repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas committed Sep 20, 2018
1 parent 0a6d918 commit f89a3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(NOT CMAKE_CXX_STANDARD)
endif()

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra)
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

set(${PROJECT_NAME}_sources
Expand Down

1 comment on commit f89a3f7

@dirk-thomas
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikaelarguedas What is the status of this branch? If it can be deleted please go ahead and do so. If it should stay around please consider opening a PR for visibility.

Please sign in to comment.