summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorneville2015-07-20 14:16:01 +0200
committerneville2015-07-20 14:16:01 +0200
commitcdca6ac2a92d68453dd448f2de8e23eb02df5ee2 (patch)
treed07ead2f3ba4c317639a0d9cd43675537d3772d7 /Makefile
parent94385ee3dfcafa69b9dd31e377274c5e95bb0092 (diff)
downloadpicogpsp-cdca6ac2a92d68453dd448f2de8e23eb02df5ee2.tar.gz
picogpsp-cdca6ac2a92d68453dd448f2de8e23eb02df5ee2.tar.bz2
picogpsp-cdca6ac2a92d68453dd448f2de8e23eb02df5ee2.zip
Get rid of warning flag which is a backwards compatibility hazard
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 290f858..f371da8 100644
--- a/Makefile
+++ b/Makefile
@@ -304,7 +304,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 -Wall -Werror=implicit-function-declaration
+DEFINES := -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline -Wall
ifeq ($(HAVE_DYNAREC), 1)
DEFINES += -DHAVE_DYNAREC