Skip to content

Commit 357e178

Browse files
(estimators) Add -Wall and -Wextra as errors
1 parent a946855 commit 357e178

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wire_state_estimators/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
cmake_minimum_required(VERSION 3.0.2)
22
project(wire_state_estimators)
33

4+
add_compile_options(-Wall -Werror=all)
5+
add_compile_options(-Wextra -Werror=extra)
6+
47
## Find catkin macros and libraries
58
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
69
## is used, also find other catkin packages

0 commit comments

Comments
 (0)