aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-12-28 23:21:53 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-12-28 23:21:53 +0000
commit8d9a91afca42e6d270f8503756eac7659ddb6f0a (patch)
tree9dfeb3c8a05e95bb725bb49948172b8522c02fb4 /Makefile
parent287b549ce0e473e91dcf0e06e5f20a1c3b966aea (diff)
parenta160a82b91657bb119140b4cf4e4640a47a20c3e (diff)
downloadimv-8d9a91afca42e6d270f8503756eac7659ddb6f0a.tar.gz
Merge pull request #70 from czarkoff/general
Hide functions that are not exposed via headers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0768a7f..94b78e7 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ifeq ($(V),)
MUTE := @
endif
-CFLAGS ?= -W -Wall -Wpedantic
+CFLAGS ?= -W -Wall -Wpedantic -Wmissing-prototypes
CFLAGS += -std=gnu11 $(shell sdl2-config --cflags)
LDFLAGS += $(shell sdl2-config --libs) -lfreeimage -lSDL2_ttf -lfontconfig -lpthread