From eb352da5973cd9521d112208ebe1e4485d217907 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 8 May 2026 04:02:24 +0000 Subject: asr regress: set -Wno-unused-but-set-variables in CFLAGS This allows building without modifying some debugging code. --- src/regress/lib/libc/asr/bin/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile.inc,v 1.2 2012/09/05 21:21:13 eric Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2026/05/08 04:02:24 tb Exp $ NOMAN= noman SRCS+= common.c CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g +CFLAGS+= -Wno-unused-but-set-variable LDSTATIC= ${STATIC} PROG:= ${PROG}${EXT} -- cgit v1.2.3-55-g6feb