mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-08-25 12:55:03 +00:00
builtin-declaration-mismatch
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@
|
||||
*.fex
|
||||
*.elf
|
||||
out/
|
||||
.dccache
|
@@ -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) \
|
||||
|
Reference in New Issue
Block a user