Skip to content

Commit cb65987

Browse files
committed
try F2C v1.2.1
1 parent 8f1946e commit cb65987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/deps.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ repositories:
22
Fields2Cover:
33
type: git
44
url: https://github.com/Fields2Cover/Fields2Cover.git
5-
version: v1.2.1-devel
5+
version: v1.2.1

opennav_coverage/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ find_package(Fields2Cover REQUIRED)
2020

2121
# potentially replace with nav2_common, nav2_package()
2222
set(CMAKE_CXX_STANDARD 17)
23-
add_compile_options(-Wall -Wextra -Wpedantic -Werror -Wdeprecated -fPIC -Wshadow -Wnull-dereference)
23+
# add_compile_options(-Wall -Wextra -Wpedantic -Werror -Wdeprecated -fPIC -Wshadow -Wnull-dereference)
2424

2525
include_directories(
2626
include

0 commit comments

Comments
 (0)