Skip to content

Commit

Permalink
Disable a set of warnings for NuttX that are new in GCC 6
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Dec 28, 2016
1 parent 381611b commit c597a8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nuttx-configs/PX4_Warnings.mk
Expand Up @@ -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
Expand Down

0 comments on commit c597a8e

Please sign in to comment.