summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChad Loder <cloder@cvs.openbsd.org>2006-05-28 23:55:00 +0000
committerChad Loder <cloder@cvs.openbsd.org>2006-05-28 23:55:00 +0000
commit487dc755a8d702179fc1b252c190925f4e88507e (patch)
tree6611b3ac4b41f0e429583c47b5305d377d864b01 /share
parent404ee465a85d4279109b767b5a1f39cc390012a4 (diff)
Change LINTFLAGS to '-hx', now that 'a' and 'b' are gone and 'c' really
only produces a 'pointer casts may be troublesome' warning that everyone ignores.
Diffstat (limited to 'share')
-rw-r--r--share/mk/sys.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index dee35827dac..fe8fe896cfb 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: sys.mk,v 1.49 2006/05/27 23:01:21 deraadt Exp $
+# $OpenBSD: sys.mk,v 1.50 2006/05/28 23:54:59 cloder Exp $
# $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $
# @(#)sys.mk 5.11 (Berkeley) 3/13/91
@@ -66,7 +66,7 @@ LD?= ld
LDFLAGS+= ${DEBUG}
LINT?= lint
-LINTFLAGS?= -chabx
+LINTFLAGS?= -hx
MAKE?= make