Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libcurses/Makefile.com
          +++ new/usr/src/lib/libcurses/Makefile.com
↓ open down ↓ 142 lines elided ↑ open up ↑
 143  143  $(LINTLIB):= SRCS=../screen/llib-lcurses
 144  144  
 145  145  LINTOUT=        lint.out
 146  146  LINTSRC=        $(LINTLIB:%.ln=%)
 147  147  
 148  148  CLEANFILES +=   $(LINTOUT) $(LINTLIB)
 149  149  
 150  150  CFLAGS  +=      $(CCVERBOSE)
 151  151  
 152  152  CERRWARN +=     -_gcc=-Wno-char-subscripts
 153      -CERRWARN +=     -_gcc=-Wno-uninitialized
      153 +CERRWARN +=     $(CNOWARN_UNINIT)
 154  154  CERRWARN +=     -_gcc=-Wno-parentheses
 155  155  
 156  156  # not linted
 157  157  SMATCH=off
 158  158  
 159  159  LDLIBS += -lc
 160  160  
 161  161  CPPFLAGS += -I../screen -I../../common/inc
 162  162  
 163  163  ED = ed
↓ open down ↓ 60 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX