mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Disable -Werror for now
Without having __riscv_flen defined we get multiple warinings. But defining it causes the startup code to contain floating point instructions. This results in a exception right after booting. See startup_gd32vf103.S lines 289-294 should open a PR at nuclei sdk
This commit is contained in:
parent
19b971cb24
commit
ddb83787a0
@ -91,7 +91,6 @@ 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 \
|
||||||
@ -102,7 +101,8 @@ 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