Skip to content

Commit

Permalink
Revert "Disable -Werror for now"
Browse files Browse the repository at this point in the history
This reverts commit 5e0c2e1.
  • Loading branch information
KarlK90 committed Jul 13, 2021
1 parent 81a0b3d commit 500faeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/make.mk
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ CFLAGS += \
-Wstrict-overflow \
-Wall \
-Wextra \
-Werror \
-Wfatal-errors \
-Werror-implicit-function-declaration \
-Wfloat-equal \
Expand All @@ -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)
Expand Down

0 comments on commit 500faeb

Please sign in to comment.