Skip to content
Snippets Groups Projects
Unverified Commit 0bf7f9ce authored by Carlos A. Orduno's avatar Carlos A. Orduno Committed by GitHub
Browse files

Enable deprecated warnings (#1167)

parent c0777fb9
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ macro(nav2_package)
endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic -Werror -Wno-deprecated-declarations -fPIC)
add_compile_options(-Wall -Wextra -Wpedantic -Werror -Wdeprecated -fPIC)
endif()
option(COVERAGE_ENABLED "Enable code coverage" FALSE)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment