From f5adf48a25ff79fd857d8829cc7638bc92644733 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 23 Dec 2011 19:13:01 +0100 Subject: Makefile: Build without unused-paramater warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 015ee27..55a77cc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -Wextra -pedantic +CFLAGS = -Wall -Wextra -pedantic -Wno-unused-parameter LDFLAGS = -lbluetooth -lcwiid all: bal mpcal mplog wibble -- cgit v1.2.3