Replace -Werror with ${WERROR} in pmcstudy
This commit is contained in:
parent
32e6af4641
commit
65b351483f
@ -4,7 +4,7 @@
|
||||
PROG= pmcstudy
|
||||
MAN= pmcstudy.8
|
||||
SRCS= pmcstudy.c eval_expr.c
|
||||
CFLAGS+= -Wall -Werror
|
||||
CFLAGS+= -Wall ${WERROR}
|
||||
|
||||
BINDIR= /usr/bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user