diff options
Diffstat (limited to 'usr/src/ucblib/libcurses/Makefile.com')
-rw-r--r-- | usr/src/ucblib/libcurses/Makefile.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/ucblib/libcurses/Makefile.com b/usr/src/ucblib/libcurses/Makefile.com index 3e018e1cfa..3e2b27dfc8 100644 --- a/usr/src/ucblib/libcurses/Makefile.com +++ b/usr/src/ucblib/libcurses/Makefile.com @@ -88,7 +88,7 @@ CPPFLAGS = -I$(SRC)/ucbhead -I../../../lib/libc/inc $(CPPFLAGS.master) CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-unused-variable -CERRWARN += -_gcc=-Wno-uninitialized +CERRWARN += $(CNOWARN_UNINIT) # not linted SMATCH=off |