CMake / Clang: Increase warning level

This commit is contained in:
Lorenz Meier
2017-08-01 12:46:42 +02:00
parent ef233d29f0
commit 529def11e8
+2
View File
@@ -350,6 +350,8 @@ function(px4_add_common_flags)
-Wno-varargs
-Wno-address-of-packed-member
-Wno-unknown-warning-option
-Wunused-but-set-variable
#-Wdouble-promotion # needs work first
)
endif()
else()