From 0ba99df55ea426a6f5d1bd3bbd65b3c88fbbe163 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 17 Apr 2017 11:42:10 -1000 Subject: [PATCH] Use as strict or stricter warnings than NuttX has Reinstate unused checks. --- nuttx-configs/PX4_Warnings.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nuttx-configs/PX4_Warnings.mk b/nuttx-configs/PX4_Warnings.mk index 75a3e023ba..ad464181c0 100644 --- a/nuttx-configs/PX4_Warnings.mk +++ b/nuttx-configs/PX4_Warnings.mk @@ -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 \