summaryrefslogtreecommitdiff
path: root/usr/src/stand/lib/fs/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/stand/lib/fs/Makefile.com')
-rw-r--r--usr/src/stand/lib/fs/Makefile.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/stand/lib/fs/Makefile.com b/usr/src/stand/lib/fs/Makefile.com
index f434526f78..422c4a5c8a 100644
--- a/usr/src/stand/lib/fs/Makefile.com
+++ b/usr/src/stand/lib/fs/Makefile.com
@@ -36,6 +36,6 @@ lint lintcheck := LINTFLAGS += -y
CERRWARN += -_gcc=-Wno-type-limits
CERRWARN += -_gcc=-Wno-parentheses
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-char-subscripts