only enforce frame size for nuttx

This commit is contained in:
Daniel Agar
2015-10-06 18:50:58 -04:00
parent a3d79c6e15
commit 4151522902
15 changed files with 22 additions and 31 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ function(px4_add_common_flags)
# but generates too many false positives
)
if (NOT ${OS} STREQUAL "qurt")
if (${OS} STREQUAL "nuttx")
list(APPEND warnings -Wframe-larger-than=1024)
endif()