From 923346c8ed03374aaa8883309eb45d70730b0e0b Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 21 Dec 2014 12:10:51 +0100 Subject: IOv2: Ignore float suffixes in NuttX --- nuttx-configs/px4io-v2/nsh/Make.defs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nuttx-configs/px4io-v2/nsh/Make.defs') diff --git a/nuttx-configs/px4io-v2/nsh/Make.defs b/nuttx-configs/px4io-v2/nsh/Make.defs index 1717464d2..4a8df2738 100644 --- a/nuttx-configs/px4io-v2/nsh/Make.defs +++ b/nuttx-configs/px4io-v2/nsh/Make.defs @@ -128,8 +128,7 @@ ARCHCWARNINGS = $(ARCHWARNINGS) \ -Wold-style-declaration \ -Wmissing-parameter-type \ -Wmissing-prototypes \ - -Wnested-externs \ - -Wunsuffixed-float-constants + -Wnested-externs ARCHWARNINGSXX = $(ARCHWARNINGS) ARCHDEFINES = ARCHPICFLAGS = -fpic -msingle-pic-base -mpic-register=r10 -- cgit v1.2.3