mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
Revert "Disable -Werror for now"
This reverts commit 5e0c2e122300e7a6289b3bd08044f9cf1dbdef05.
This commit is contained in:
parent
e5bd6bdeff
commit
ab1979e2d3
@ -91,6 +91,7 @@ CFLAGS += \
|
|||||||
-Wstrict-overflow \
|
-Wstrict-overflow \
|
||||||
-Wall \
|
-Wall \
|
||||||
-Wextra \
|
-Wextra \
|
||||||
|
-Werror \
|
||||||
-Wfatal-errors \
|
-Wfatal-errors \
|
||||||
-Werror-implicit-function-declaration \
|
-Werror-implicit-function-declaration \
|
||||||
-Wfloat-equal \
|
-Wfloat-equal \
|
||||||
@ -101,8 +102,7 @@ CFLAGS += \
|
|||||||
-Wmissing-format-attribute \
|
-Wmissing-format-attribute \
|
||||||
-Wunreachable-code \
|
-Wunreachable-code \
|
||||||
-Wcast-align \
|
-Wcast-align \
|
||||||
-Wcast-function-type \
|
-Wcast-function-type
|
||||||
# -Werror disable for now\
|
|
||||||
|
|
||||||
# Debugging/Optimization
|
# Debugging/Optimization
|
||||||
ifeq ($(DEBUG), 1)
|
ifeq ($(DEBUG), 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user