builtin-declaration-mismatch

This commit is contained in:
Alex 2022-11-23 05:02:15 +02:00
parent 45cbcd0107
commit 21c80060a8
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
*.map
*.fex
*.elf
out/
out/
.dccache

View File

@ -33,7 +33,7 @@ INCLUDE_DIR = ../../../out/system/include
LDFLAGS := -fPIC -Wl,-Map file.map
WARNCFLAG = -Wall -Wextra
WARNCFLAG = -Wall -Wextra -Wno-builtin-declaration-mismatch
CFLAGS := \
-I$(INCLUDE_DIR) \