summaryrefslogtreecommitdiffstats
path: root/sbin/atacontrol/Makefile
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2003-11-05 19:20:41 +0000
committerjohan <johan@FreeBSD.org>2003-11-05 19:20:41 +0000
commit0bae88cecdfe43e971cec1e4e0d11c2ea43375e4 (patch)
treec964a2e74bc65ba0e23507753eba88696a0e812d /sbin/atacontrol/Makefile
parentd28f0c552b085c5c2a85666ababecf36a7405105 (diff)
downloadFreeBSD-src-0bae88cecdfe43e971cec1e4e0d11c2ea43375e4.zip
FreeBSD-src-0bae88cecdfe43e971cec1e4e0d11c2ea43375e4.tar.gz
Make this WARNS=6 clean by:
- declaring 'mode2str' as returning a 'const char *' - prototyping all function - rename the argument 'version' to 'ver', not to shadow the now prototyped function 'version'. Also mark it as WARNS?= 6 clean to try to keep it clean. Tested by: make universe (including amd64)
Diffstat (limited to 'sbin/atacontrol/Makefile')
-rw-r--r--sbin/atacontrol/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/atacontrol/Makefile b/sbin/atacontrol/Makefile
index 9881273..73b9160 100644
--- a/sbin/atacontrol/Makefile
+++ b/sbin/atacontrol/Makefile
@@ -2,5 +2,6 @@
PROG= atacontrol
MAN= atacontrol.8
+WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud