fix: consider warning as errors

This commit is contained in:
Glenn Y. Rolland 2009-09-14 23:21:56 +02:00
parent 43ef132e2b
commit 978f110e3b

View file

@ -1,5 +1,5 @@
IGMPPROG=igmpgen
CFLAGS=-Wall `libnet-config --defines`
CFLAGS=-Werror -Wall `libnet-config --defines`
LDFLAGS=`libnet-config --libs`
all: