From f1c5fcd8da98e16588ac17e4da9ae8ef69fb461b Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 26 Dec 2014 17:38:11 +0100 Subject: NuttX configs / build options: Do not warn about sign compare, as there are a bunch of non-standard signedness assumptions --- nuttx-configs/px4fmu-v1/nsh/Make.defs | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx-configs/px4fmu-v1/nsh') diff --git a/nuttx-configs/px4fmu-v1/nsh/Make.defs b/nuttx-configs/px4fmu-v1/nsh/Make.defs index f055cfddf..5e28f2473 100644 --- a/nuttx-configs/px4fmu-v1/nsh/Make.defs +++ b/nuttx-configs/px4fmu-v1/nsh/Make.defs @@ -119,6 +119,7 @@ endif ARCHCFLAGS = -std=gnu99 ARCHCXXFLAGS = -fno-exceptions -fno-rtti -std=gnu++0x ARCHWARNINGS = -Wall \ + -Wno-sign-compare \ -Wextra \ -Wdouble-promotion \ -Wshadow \ -- cgit v1.2.3