summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorStefan Kerkmann <[email protected]>2021-07-12 09:55:44 +0200
committerStefan Kerkmann <[email protected]>2021-08-03 20:01:10 +0200
commitab1979e2d35d5246335f41008375ffb471b44e7c (patch)
treeb979afeee666f22bdc5f5261ccee9e1faeb7cd0e /examples/make.mk
parente5bd6bdeffd11cea6a998dfa8ebb89978ac8fff0 (diff)
Revert "Disable -Werror for now"
This reverts commit 5e0c2e122300e7a6289b3bd08044f9cf1dbdef05.
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 70ce77b41..9daf60e35 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)