Fix GCC warnings.

This commit is contained in:
giomba 2022-09-29 22:03:08 +02:00
parent 6137f21b48
commit 55ddcb3514
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ CFLAGS += -Os
# All warning messages
CFLAGS += -Wall -Wextra
# Puts functions and data into its own section - remove thread-safe things
CFLAGS += -fno-exceptions -fstack-usage -fdump-tree-optimized -ffunction-sections -fdata-sections -fno-threadsafe-statics
CFLAGS += -fno-exceptions -fstack-usage -fdump-tree-optimized -ffunction-sections -fdata-sections
# Use smallest size for enums
CFLAGS += -fshort-enums
# Microcontroller