From b33ebd2fba647df901774eb53256b0bf41c16fcf Mon Sep 17 00:00:00 2001 From: Stefan Kerkmann Date: Mon, 12 Jul 2021 09:55:44 +0200 Subject: [PATCH] Revert "Disable -Werror for now" This reverts commit 5e0c2e122300e7a6289b3bd08044f9cf1dbdef05. --- examples/make.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/make.mk b/examples/make.mk index 70ce77b410..9daf60e35f 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -91,6 +91,7 @@ CFLAGS += \ -Wstrict-overflow \ -Wall \ -Wextra \ + -Werror \ -Wfatal-errors \ -Werror-implicit-function-declaration \ -Wfloat-equal \ @@ -101,8 +102,7 @@ CFLAGS += \ -Wmissing-format-attribute \ -Wunreachable-code \ -Wcast-align \ - -Wcast-function-type \ - # -Werror disable for now\ + -Wcast-function-type # Debugging/Optimization ifeq ($(DEBUG), 1)