cmake remove -Weffc++ (#7044)

- closes #7040
This commit is contained in:
Daniel Agar 2017-04-13 13:30:22 -04:00 committed by GitHub
parent 3fda79ef8b
commit 827725fbe0
17 changed files with 0 additions and 17 deletions

View File

@ -820,7 +820,6 @@ function(px4_add_common_flags)
set(cxx_warnings
-Wno-missing-field-initializers
#-Weffc++
)
set(cxx_compile_flags

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN bmi160
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
bmi160.cpp
bmi160_gyro.cpp

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN hmc5883
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
hmc5883_i2c.cpp
hmc5883_spi.cpp

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN ist8310
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
-Os
SRCS
ist8310.cpp

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN l3gd20
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
l3gd20.cpp
DEPENDS

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN lis3mdl
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
lis3mdl_i2c.cpp
lis3mdl_spi.cpp

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN lps25h
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
lps25h.cpp
lps25h_i2c.cpp

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN lsm303d
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
lsm303d.cpp
DEPENDS

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN meas_airspeed
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
meas_airspeed.cpp
DEPENDS

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN mpu6000
STACK_MAIN 1400
COMPILE_FLAGS
-Weffc++
SRCS
mpu6000.cpp
mpu6000_i2c.cpp

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN mpu6500
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
mpu6500.cpp
DEPENDS

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN mpu9250
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
mpu9250.cpp
mpu9250_i2c.cpp

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN fmu
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
fmu.cpp
DEPENDS

View File

@ -35,7 +35,6 @@ px4_add_module(
MAIN test_ppm
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
test_ppm.cpp
DEPENDS

View File

@ -53,7 +53,6 @@ px4_add_module(
MAIN mpu9x50
STACK_MAIN 1200
COMPILE_FLAGS
-Weffc++
SRCS
mpu9x50_main.cpp
mpu9x50_params.c

View File

@ -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

View File

@ -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