diff options
| author | tb <> | 2026-05-08 04:02:24 +0000 |
|---|---|---|
| committer | tb <> | 2026-05-08 04:02:24 +0000 |
| commit | eb352da5973cd9521d112208ebe1e4485d217907 (patch) | |
| tree | 3bb93f98f5f770360e6ef5b45c579815e5a669e6 | |
| parent | 8128dda0cc057aeb95616d83844412bef16df8a0 (diff) | |
| download | openbsd-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.
| -rw-r--r-- | src/regress/lib/libc/asr/bin/Makefile.inc | 3 |
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 | ||
| 3 | NOMAN= noman | 3 | NOMAN= noman |
| 4 | 4 | ||
| 5 | SRCS+= common.c | 5 | SRCS+= common.c |
| 6 | CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g | 6 | CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g |
| 7 | CFLAGS+= -Wno-unused-but-set-variable | ||
| 7 | LDSTATIC= ${STATIC} | 8 | LDSTATIC= ${STATIC} |
| 8 | PROG:= ${PROG}${EXT} | 9 | PROG:= ${PROG}${EXT} |
