From 648e14b9c33cf5521c85dc778121ae025f358d39 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 21 Dec 2014 12:10:28 +0100 Subject: FMUv2: Ignore float suffixes in NuttX --- nuttx-configs/px4fmu-v2/nsh/Make.defs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nuttx-configs') diff --git a/nuttx-configs/px4fmu-v2/nsh/Make.defs b/nuttx-configs/px4fmu-v2/nsh/Make.defs index f3ce53b4a..f660deeca 100644 --- a/nuttx-configs/px4fmu-v2/nsh/Make.defs +++ b/nuttx-configs/px4fmu-v2/nsh/Make.defs @@ -139,8 +139,7 @@ ARCHCWARNINGS = $(ARCHWARNINGS) \ -Wold-style-declaration \ -Wmissing-parameter-type \ -Wmissing-prototypes \ - -Wnested-externs \ - -Wunsuffixed-float-constants + -Wnested-externs ARCHWARNINGSXX = $(ARCHWARNINGS) \ -Wno-psabi ARCHDEFINES = -- cgit v1.2.3