diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-12-28 23:21:53 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-12-28 23:21:53 +0000 |
commit | 8d9a91afca42e6d270f8503756eac7659ddb6f0a (patch) | |
tree | 9dfeb3c8a05e95bb725bb49948172b8522c02fb4 /Makefile | |
parent | 287b549ce0e473e91dcf0e06e5f20a1c3b966aea (diff) | |
parent | a160a82b91657bb119140b4cf4e4640a47a20c3e (diff) | |
download | imv-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |