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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libpicltree/Makefile.com
          +++ new/usr/src/lib/libpicltree/Makefile.com
↓ open down ↓ 29 lines elided ↑ open up ↑
  30   30  
  31   31  include $(SRC)/lib/Makefile.lib
  32   32  
  33   33  LIBS =          $(DYNLIB) $(LINTLIB)
  34   34  LDLIBS +=       -lc
  35   35  $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  36   36  
  37   37  CPPFLAGS +=     -D_REENTRANT -I.. -I../../libpicl -I$(SRC)/cmd/picl/plugins/inc
  38   38  CFLAGS +=       $(CCVERBOSE)
  39   39  
  40      -CERRWARN +=     -_gcc=-Wno-uninitialized
       40 +CERRWARN +=     $(CNOWARN_UNINIT)
  41   41  
  42   42  # not linted
  43   43  SMATCH=off
  44   44  
  45   45  .KEEP_STATE:
  46   46  
  47   47  all : $(LIBS)
  48   48  
  49   49  lint: lintcheck
  50   50  
  51   51  include $(SRC)/lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX