From: Flemming Richter Mikkelsen Date: Mon, 6 Feb 2012 13:42:26 +0000 (+0100) Subject: Compile with warnings on X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=af48a3f9d0039dc95a9e4831ec96b16bbfc4944d;p=gta04-gsm-voice-routing.git Compile with warnings on Credits to Flemming also for finding the problem with bad format in fprintf. --- diff --git a/Makefile b/Makefile index a0881df..5bf57de 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: gsm-voice-routing gsm-voice-routing: gsm-voice-routing.c - gcc -lrt -lasound -lm -ldl -lpthread -o gsm-voice-routing gsm-voice-routing.c + gcc -Wall -lrt -lasound -lm -ldl -lpthread -o gsm-voice-routing gsm-voice-routing.c clean: rm -f gsm-voice-routing