aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2013-02-09 21:30:56 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2013-02-09 21:30:56 +0100
commit076417960cd0aed4146fd428684113aab2c30878 (patch)
tree4c01c4b14c15bc063f3332f385f62852c9a71673 /Makefile
parent73c70574f731e434b4e3a01eb5d4e9583ba0db6a (diff)
downloadcolorize-076417960cd0aed4146fd428684113aab2c30878.tar.gz
colorize-076417960cd0aed4146fd428684113aab2c30878.tar.bz2
Improve wrapping memory functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a51d1c3..57b59fa 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
SHELL=/bin/sh
CC=gcc
-CFLAGS=-Wall -Wextra -Wformat -Wswitch-default -Wuninitialized -Wunused -Wno-unused-parameter
+CFLAGS=-Wall -Wextra -Wformat -Wswitch-default -Wuninitialized -Wunused -Wno-unused-function -Wno-unused-parameter
colorize: colorize.o
$(CC) -o $@ $<