From 978f110e3bd7c61491c53159aea43e28f45c71b6 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 14 Sep 2009 23:21:56 +0200 Subject: [PATCH] fix: consider warning as errors --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 9215177..8fba2ae 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ IGMPPROG=igmpgen -CFLAGS=-Wall `libnet-config --defines` +CFLAGS=-Werror -Wall `libnet-config --defines` LDFLAGS=`libnet-config --libs` all: