ignore implicit function declaration

to successfully build without adding declarations missing from the SDK
pull/16/head
Tobias Hoff 2016-10-26 03:40:41 +02:00 zatwierdzone przez GitHub
rodzic 0f4113cea4
commit adfa2c1833
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -95,6 +95,7 @@ CFLAGS = -g \
-Wpointer-arith \
-Wundef \
-Wl,-EL \
-Wno-implicit-function-declaration \
-fno-inline-functions \
-nostdlib \
-mlongcalls \