From af48a3f9d0039dc95a9e4831ec96b16bbfc4944d Mon Sep 17 00:00:00 2001 From: Flemming Richter Mikkelsen Date: Mon, 6 Feb 2012 14:42:26 +0100 Subject: [PATCH] Compile with warnings on Credits to Flemming also for finding the problem with bad format in fprintf. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5