aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2014-12-23 11:15:45 -0500
committerDaniel Agar <daniel@agar.ca>2014-12-23 11:18:36 -0500
commit5b600a815c13af56e879029196a24e544c110b97 (patch)
treeb0e0415dca52d3716bddf86321bfa1b36747cb29 /src/modules/commander
parentd14fdf896b0081403908599a3164d09941d363c9 (diff)
downloadpx4-firmware-5b600a815c13af56e879029196a24e544c110b97.tar.gz
px4-firmware-5b600a815c13af56e879029196a24e544c110b97.tar.bz2
px4-firmware-5b600a815c13af56e879029196a24e544c110b97.zip
Replace use of -Wno-error and only ignore specific warnings
Diffstat (limited to 'src/modules/commander')
-rw-r--r--src/modules/commander/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/commander/module.mk b/src/modules/commander/module.mk
index caec1e869..dac2ce59a 100644
--- a/src/modules/commander/module.mk
+++ b/src/modules/commander/module.mk
@@ -52,4 +52,5 @@ MODULE_STACKSIZE = 1200
MAXOPTIMIZATION = -Os
-EXTRACXXFLAGS = -Wno-error
+EXTRACXXFLAGS = -Wframe-larger-than=1900
+