fix: consider warning as errors

This commit is contained in:
Glenn Y. Rolland 2023-12-26 00:55:06 +01:00
parent 29727b1972
commit 9b1a64e177

View file

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