From b7918ee45ab49802e0456ce0587e3c6afb6be699 Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Tue, 5 May 2015 12:16:23 -0700 Subject: [PATCH] Nuttx: remove -Wframe-larger-than=1024 The build fails when modules override this flag with a larger value, and this lower value is still checked. The new flag seems to be in addition to the old flag, not a replacement. Signed-off-by: Mark Charlebois --- makefiles/toolchain_gnu-arm-eabi.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/makefiles/toolchain_gnu-arm-eabi.mk b/makefiles/toolchain_gnu-arm-eabi.mk index 7cf72bdad8..6c4e64f54c 100644 --- a/makefiles/toolchain_gnu-arm-eabi.mk +++ b/makefiles/toolchain_gnu-arm-eabi.mk @@ -138,7 +138,6 @@ ARCHWARNINGS = -Wall \ -Wdouble-promotion \ -Wshadow \ -Wfloat-equal \ - -Wframe-larger-than=1024 \ -Wpointer-arith \ -Wlogical-op \ -Wmissing-declarations \