fix: consider warning as errors
This commit is contained in:
parent
0d8bb7a0e1
commit
5813cd1e72
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
IGMPPROG=igmpgen
|
||||
CFLAGS=-Wall `libnet-config --defines`
|
||||
CFLAGS=-Werror -Wall `libnet-config --defines`
|
||||
LDFLAGS=`libnet-config --libs`
|
||||
|
||||
all:
|
||||
|
|
Loading…
Add table
Reference in a new issue