Replace -Werror with ${WERROR} in pmcstudy
This commit is contained in:
parent
fa2e48bd3d
commit
d660b252d4
@ -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