diff options
| author | bluhm <> | 2017-07-27 15:08:37 +0000 |
|---|---|---|
| committer | bluhm <> | 2017-07-27 15:08:37 +0000 |
| commit | 7341ba2e45310f77116d854ae4255ccbd506f6a9 (patch) | |
| tree | 89e09dfbfdac2ef16a8ad344d3ff3c26ee183636 /src/regress/lib/libc/sprintf | |
| parent | 82c5e4d0f0b9fc9e6251a625cb4e924457388c6f (diff) | |
| download | openbsd-7341ba2e45310f77116d854ae4255ccbd506f6a9.tar.gz openbsd-7341ba2e45310f77116d854ae4255ccbd506f6a9.tar.bz2 openbsd-7341ba2e45310f77116d854ae4255ccbd506f6a9.zip | |
Fix all clang warnings in libc regress and cleanup some make files.
Diffstat (limited to 'src/regress/lib/libc/sprintf')
| -rw-r--r-- | src/regress/lib/libc/sprintf/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/regress/lib/libc/sprintf/Makefile b/src/regress/lib/libc/sprintf/Makefile index 47bab9cdd3..514d795f2f 100644 --- a/src/regress/lib/libc/sprintf/Makefile +++ b/src/regress/lib/libc/sprintf/Makefile | |||
| @@ -1,10 +1,7 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2003/05/15 04:23:49 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2017/07/27 15:08:37 bluhm Exp $ |
| 2 | 2 | ||
| 3 | NOMAN= | 3 | PROG = sprintf_test |
| 4 | PROG=sprintf_test | 4 | CFLAGS = -Wno-format |
| 5 | CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc | 5 | CPPFLAGS = -I${.CURDIR}/../../../../lib/libc |
| 6 | |||
| 7 | run-regress-atexit_test: ${PROG} | ||
| 8 | ./${PROG} | ||
| 9 | 6 | ||
| 10 | .include <bsd.regress.mk> | 7 | .include <bsd.regress.mk> |
