mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Use as strict or stricter warnings than NuttX has
Reinstate unused checks.
This commit is contained in:
@@ -65,10 +65,6 @@ PX4_ARCHCWARNINGS = $(ARCHWARNINGS) \
|
|||||||
-Wno-old-style-declaration \
|
-Wno-old-style-declaration \
|
||||||
-Wno-pointer-sign \
|
-Wno-pointer-sign \
|
||||||
-Wno-type-limits \
|
-Wno-type-limits \
|
||||||
-Wno-unused-but-set-variable \
|
|
||||||
-Wno-unused-function \
|
|
||||||
-Wno-unused-label \
|
|
||||||
-Wno-unused-variable
|
|
||||||
|
|
||||||
PX4_ARCHWARNINGSXX = $(ARCHWARNINGS) \
|
PX4_ARCHWARNINGSXX = $(ARCHWARNINGS) \
|
||||||
-Wno-cpp \
|
-Wno-cpp \
|
||||||
|
|||||||
Reference in New Issue
Block a user