summaryrefslogtreecommitdiff
path: root/usr/src/cmd/devfsadm
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2018-09-11 15:05:24 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2018-09-11 15:06:22 +0000
commit6816448c8b777064c5a9cf6729bcfa0efeb29e4f (patch)
tree5357b5e2f331e5a6b60da7e08673a82b63714f8a /usr/src/cmd/devfsadm
parent320339a509cdabf5e7ef29b9822e874e35e0c1bf (diff)
downloadillumos-joyent-6816448c8b777064c5a9cf6729bcfa0efeb29e4f.tar.gz
OS-7227 dkio.h C99 change requires additional lint cleanup
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/devfsadm')
-rw-r--r--usr/src/cmd/devfsadm/Makefile.com3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/devfsadm/Makefile.com b/usr/src/cmd/devfsadm/Makefile.com
index 1585db2894..95591b2a95 100644
--- a/usr/src/cmd/devfsadm/Makefile.com
+++ b/usr/src/cmd/devfsadm/Makefile.com
@@ -20,6 +20,7 @@
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+# Copyright 2018 Joyent, Inc.
#
# This target builds both a command (daemon) and various shared objects. This
@@ -95,6 +96,8 @@ LINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2
LINTFLAGS += -erroff=E_NAME_DEF_NOT_USED2
LINTFLAGS += -erroff=E_NAME_MULTIPLY_DEF2
+C99LMODE= -Xc99=%all
+
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-char-subscripts
CERRWARN += -_gcc=-Wno-parentheses