summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2026-05-08 04:02:24 +0000
committertb <>2026-05-08 04:02:24 +0000
commiteb352da5973cd9521d112208ebe1e4485d217907 (patch)
tree3bb93f98f5f770360e6ef5b45c579815e5a669e6 /src/regress/lib
parent8128dda0cc057aeb95616d83844412bef16df8a0 (diff)
downloadopenbsd-eb352da5973cd9521d112208ebe1e4485d217907.tar.gz
openbsd-eb352da5973cd9521d112208ebe1e4485d217907.tar.bz2
openbsd-eb352da5973cd9521d112208ebe1e4485d217907.zip
asr regress: set -Wno-unused-but-set-variables in CFLAGS
This allows building without modifying some debugging code.
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libc/asr/bin/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/asr/bin/Makefile.inc b/src/regress/lib/libc/asr/bin/Makefile.inc
index 80b4805136..c515546808 100644
--- a/src/regress/lib/libc/asr/bin/Makefile.inc
+++ b/src/regress/lib/libc/asr/bin/Makefile.inc
@@ -1,8 +1,9 @@
1# $OpenBSD: Makefile.inc,v 1.2 2012/09/05 21:21:13 eric Exp $ 1# $OpenBSD: Makefile.inc,v 1.3 2026/05/08 04:02:24 tb Exp $
2 2
3NOMAN= noman 3NOMAN= noman
4 4
5SRCS+= common.c 5SRCS+= common.c
6CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g 6CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g
7CFLAGS+= -Wno-unused-but-set-variable
7LDSTATIC= ${STATIC} 8LDSTATIC= ${STATIC}
8PROG:= ${PROG}${EXT} 9PROG:= ${PROG}${EXT}