File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33project (actionlib_interfaces)
44
55if (NOT WIN32 )
6- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
6+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra " )
77endif ()
88
99find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33project (builtin_interfaces)
44
55if (NOT WIN32 )
6- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
6+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra " )
77endif ()
88
99find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33project (diagnostics_interfaces)
44
55if (NOT WIN32 )
6- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
6+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra " )
77endif ()
88
99find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33project (geometry_interfaces)
44
55if (NOT WIN32 )
6- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
6+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra " )
77endif ()
88
99find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33project (nav_interfaces)
44
55if (NOT WIN32 )
6- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
6+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra " )
77endif ()
88
99find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33project (sensor_interfaces)
44
55if (NOT WIN32 )
6- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
6+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra " )
77endif ()
88
99find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33project (shape_interfaces)
44
55if (NOT WIN32 )
6- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
6+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra " )
77endif ()
88
99find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33project (std_interfaces)
44
55if (NOT WIN32 )
6- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
6+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra " )
77endif ()
88
99find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33project (stereo_interfaces)
44
55if (NOT WIN32 )
6- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
6+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra " )
77endif ()
88
99find_package (ament_cmake REQUIRED)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3)
33project (trajectory_interfaces)
44
55if (NOT WIN32 )
6- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" )
6+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Wextra " )
77endif ()
88
99find_package (ament_cmake REQUIRED)
You can’t perform that action at this time.
0 commit comments