From 2c3a8e24ec76c1db37ca6576e4685e805f74929d Mon Sep 17 00:00:00 2001 From: Simon Wilson Date: Fri, 9 Nov 2012 14:08:18 -0800 Subject: Add -Wall to Makefile and fix warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8122157..6e07b5e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -c -fPIC +CFLAGS = -c -fPIC -Wall INC = include OBJECTS = mixer.o pcm.o LIB = libtinyalsa.so -- cgit v1.2.3