summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraliaspider2014-12-10 11:06:17 +0100
committeraliaspider2014-12-10 11:06:17 +0100
commitad485d434adfa2f01e643e321b9e23c17df1edd0 (patch)
treed65155f033c3baca32e4a0a0e8b3de559f94f3db /Makefile
parent13d5e9c87586736b94097683e05bd1fd1e3b93ae (diff)
downloadpicogpsp-ad485d434adfa2f01e643e321b9e23c17df1edd0.tar.gz
picogpsp-ad485d434adfa2f01e643e321b9e23c17df1edd0.tar.bz2
picogpsp-ad485d434adfa2f01e643e321b9e23c17df1edd0.zip
implement retro_serialize/unserialize
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a6e733..ca5f90b 100644
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@ include Makefile.common
OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_ASM:.S=.o)
-DEFINES = -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline -DPC_BUILD -Wall
+DEFINES = -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline -DPC_BUILD -Wall -Werror=implicit-function-declaration
ifeq ($(CPU_ARCH), arm)
DEFINES += -DARM_ARCH