From 8569c3e25d03c467575f3034138f01232e630e1e Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 17 Apr 2016 15:51:16 -0400 Subject: [PATCH] PX4 NuttX enable -Werror --- nuttx-configs/PX4_Warnings.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/nuttx-configs/PX4_Warnings.mk b/nuttx-configs/PX4_Warnings.mk index 9d19fc2e6a..a2da41cae6 100644 --- a/nuttx-configs/PX4_Warnings.mk +++ b/nuttx-configs/PX4_Warnings.mk @@ -35,6 +35,7 @@ PX4_ARCHWARNINGS = -Wall \ -Wextra \ + -Werror \ -Wdouble-promotion \ -Wframe-larger-than=1024 \ -Wlogical-op \