From 7d6efcbd7ed508317a494121e4da50f290935806 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Fri, 25 Jan 2013 00:45:50 +0100 Subject: add -Wno-unused-parameter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b332cda..a51d1c3 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHELL=/bin/sh CC=gcc -CFLAGS=-Wall -Wextra -Wformat -Wswitch-default -Wuninitialized -Wunused +CFLAGS=-Wall -Wextra -Wformat -Wswitch-default -Wuninitialized -Wunused -Wno-unused-parameter colorize: colorize.o $(CC) -o $@ $< -- cgit v1.2.3