Fix useless variable

This commit is contained in:
Yatis 2020-10-26 19:24:38 +01:00
parent 566d2db1a6
commit 4f1f5169d8

View file

@ -35,7 +35,7 @@
#--- #---
MAJOR := 0 MAJOR := 0
MINOR := 3 MINOR := 3
PATCH := 3 PATCH := 4
EXTRAVERSION := EXTRAVERSION :=
@ -52,7 +52,7 @@ include $(CONFIG)
# Compiler flags, assembler flags, dependency generation, archiving # Compiler flags, assembler flags, dependency generation, archiving
header := ../include header := ../include
cflags := $(machine) -ffreestanding -nostdlib -Wall -Wextra -std=c11 -Os \ cflags := -ffreestanding -nostdlib -Wall -Wextra -std=c11 -Os \
-fstrict-volatile-bitfields -I$(header) $(CONFIG.CFLAGS) -fstrict-volatile-bitfields -I$(header) $(CONFIG.CFLAGS)
# color definition # color definition