MFC r280357:
Build expr with -fwrapv, since it relies on signed integer wrapping having defined behavior. Reported by: rodrigc
This commit is contained in:
parent
9d4a2c89e4
commit
cb046ee5e6
@ -6,6 +6,9 @@ PROG= expr
|
||||
SRCS= expr.y
|
||||
YFLAGS=
|
||||
|
||||
# expr relies on signed integer wrapping
|
||||
CFLAGS+= -fwrapv
|
||||
|
||||
NO_WMISSING_VARIABLE_DECLARATIONS=
|
||||
|
||||
.if ${MK_TESTS} != "no"
|
||||
|
Loading…
Reference in New Issue
Block a user