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 <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2015-05-05 12:16:23 -07:00
parent 0cea93a55c
commit b7918ee45a
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ ARCHWARNINGS = -Wall \
-Wdouble-promotion \ -Wdouble-promotion \
-Wshadow \ -Wshadow \
-Wfloat-equal \ -Wfloat-equal \
-Wframe-larger-than=1024 \
-Wpointer-arith \ -Wpointer-arith \
-Wlogical-op \ -Wlogical-op \
-Wmissing-declarations \ -Wmissing-declarations \