summaryrefslogtreecommitdiffstats
path: root/release/picobsd/tinyware/simple_httpd/Makefile
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2009-03-17 19:51:04 +0000
committerdwmalone <dwmalone@FreeBSD.org>2009-03-17 19:51:04 +0000
commita40d5742b7abc1950fed9898408e06d2782e64cc (patch)
tree3a8c5de2ec64f760d49866aa399d85ccc726958c /release/picobsd/tinyware/simple_httpd/Makefile
parent6673b1cf7ec019c1335649242606d44c785b5578 (diff)
downloadFreeBSD-src-a40d5742b7abc1950fed9898408e06d2782e64cc.zip
FreeBSD-src-a40d5742b7abc1950fed9898408e06d2782e64cc.tar.gz
Warns fixes: use putenv rather than setenv to avoid constness problems,
when we want to print an off_t cast to intmax_t and use %jd. Up WARNS to 6.
Diffstat (limited to 'release/picobsd/tinyware/simple_httpd/Makefile')
-rw-r--r--release/picobsd/tinyware/simple_httpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/Makefile b/release/picobsd/tinyware/simple_httpd/Makefile
index cb4b149..abd4bd8 100644
--- a/release/picobsd/tinyware/simple_httpd/Makefile
+++ b/release/picobsd/tinyware/simple_httpd/Makefile
@@ -3,5 +3,6 @@
PROG=simple_httpd
SRCS= simple_httpd.c
NO_MAN=
+WARNS?=6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud