Skip to content
Snippets Groups Projects
Commit 827725fb authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

cmake remove -Weffc++ (#7044)

- closes #7040
parent 3fda79ef
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 17 deletions
......@@ -820,7 +820,6 @@ function(px4_add_common_flags)
set(cxx_warnings
-Wno-missing-field-initializers
#-Weffc++
)
set(cxx_compile_flags
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN bmi160
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
bmi160.cpp
bmi160_gyro.cpp
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN hmc5883
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
hmc5883_i2c.cpp
hmc5883_spi.cpp
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN ist8310
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
-Os
SRCS
ist8310.cpp
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN l3gd20
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
l3gd20.cpp
DEPENDS
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN lis3mdl
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
lis3mdl_i2c.cpp
lis3mdl_spi.cpp
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN lps25h
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
lps25h.cpp
lps25h_i2c.cpp
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN lsm303d
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
lsm303d.cpp
DEPENDS
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN meas_airspeed
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
meas_airspeed.cpp
DEPENDS
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN mpu6000
STACK_MAIN 1400
COMPILE_FLAGS
-Weffc++
SRCS
mpu6000.cpp
mpu6000_i2c.cpp
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN mpu6500
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
mpu6500.cpp
DEPENDS
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN mpu9250
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
mpu9250.cpp
mpu9250_i2c.cpp
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN fmu
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
fmu.cpp
DEPENDS
......
......@@ -35,7 +35,6 @@ px4_add_module(
MAIN test_ppm
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
test_ppm.cpp
DEPENDS
......
......@@ -53,7 +53,6 @@ px4_add_module(
MAIN mpu9x50
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
mpu9x50_main.cpp
mpu9x50_params.c
......
......@@ -53,7 +53,6 @@ px4_add_module(
MAIN rc_receiver
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
rc_receiver_main.cpp
rc_receiver_params.c
......
......@@ -53,7 +53,6 @@ px4_add_module(
MAIN uart_esc
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
uart_esc_main.cpp
uart_esc_params.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment