Use as strict or stricter warnings than NuttX has

Reinstate unused checks.
This commit is contained in:
David Sidrane 2017-04-17 11:42:10 -10:00
parent 1e2cef1d72
commit 0ba99df55e

View File

@ -65,10 +65,6 @@ PX4_ARCHCWARNINGS = $(ARCHWARNINGS) \
-Wno-old-style-declaration \
-Wno-pointer-sign \
-Wno-type-limits \
-Wno-unused-but-set-variable \
-Wno-unused-function \
-Wno-unused-label \
-Wno-unused-variable
PX4_ARCHWARNINGSXX = $(ARCHWARNINGS) \
-Wno-cpp \