mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-28 15:34:26 +00:00
builtin-declaration-mismatch
This commit is contained in:
parent
45cbcd0107
commit
21c80060a8
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@
|
|||||||
*.map
|
*.map
|
||||||
*.fex
|
*.fex
|
||||||
*.elf
|
*.elf
|
||||||
out/
|
out/
|
||||||
|
.dccache
|
@ -33,7 +33,7 @@ INCLUDE_DIR = ../../../out/system/include
|
|||||||
|
|
||||||
LDFLAGS := -fPIC -Wl,-Map file.map
|
LDFLAGS := -fPIC -Wl,-Map file.map
|
||||||
|
|
||||||
WARNCFLAG = -Wall -Wextra
|
WARNCFLAG = -Wall -Wextra -Wno-builtin-declaration-mismatch
|
||||||
|
|
||||||
CFLAGS := \
|
CFLAGS := \
|
||||||
-I$(INCLUDE_DIR) \
|
-I$(INCLUDE_DIR) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user