Disable a set of warnings for NuttX that are new in GCC 6

This commit is contained in:
Lorenz Meier 2016-12-28 13:14:45 +01:00
parent 381611bb66
commit c597a8e1df
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ PX4_ARCHWARNINGS = -Wall \
-Wpointer-arith \
-Wshadow \
-Wno-sign-compare \
-Wno-unused-parameter
-Wno-unused-parameter \
-Wno-nonnull-compare \
-Wno-misleading-indentation
# -Wcast-qual - generates spurious noreturn attribute warnings, try again later
# -Wconversion - would be nice, but too many "risky-but-safe" conversions in the code