From 076417960cd0aed4146fd428684113aab2c30878 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Sat, 9 Feb 2013 21:30:56 +0100 Subject: Improve wrapping memory functions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ $< -- cgit v1.2.3