We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d36665 commit 12dd140Copy full SHA for 12dd140
wire_core/CMakeLists.txt
@@ -1,6 +1,9 @@
1
cmake_minimum_required(VERSION 3.0.2)
2
project(wire_core)
3
4
+add_compile_options(-Wall -Werror=all)
5
+add_compile_options(-Wextra -Werror=extra)
6
+
7
## Find catkin macros and libraries
8
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
9
## is used, also find other catkin packages
@@ -40,10 +43,6 @@ include_directories(
40
43
)
41
44
42
45
## Build
-add_compile_options(-Wreturn-type) # Return type checking
-add_compile_options(-Wreorder)
-
46
47
add_library(wire
48
src/WorldModelROS.cpp
49
src/models/FixedState.cpp
0 commit comments