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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/Makefile
↓ open down ↓ 43 lines elided ↑ open up ↑
  44   44  include ../../../Makefile.cmd
  45   45  include ../../Makefile.cmd-inet
  46   46  
  47   47  $(ROOTUSRSBIN)/$(PROG)          :=      FILEMODE= 0755
  48   48  $(ROOTLIBIPQOSCONFTYPES)        :=      FILEMODE= 0444
  49   49  
  50   50  #pull in prototype for strtok_r
  51   51  CPPFLAGS +=     -D__EXTENSIONS__
  52   52  CERRWARN +=     -_gcc=-Wno-switch
  53   53  CERRWARN +=     -_gcc=-Wno-parentheses
  54      -CERRWARN +=     -_gcc=-Wno-uninitialized
       54 +CERRWARN +=     $(CNOWARN_UNINIT)
  55   55  
  56   56  # not linted
  57   57  SMATCH=off
  58   58  
  59   59  LDLIBS +=       -lsocket -lnsl -lnvpair -lipp
  60   60  
  61   61  .KEEP_STATE:
  62   62  
  63   63  .INIT:  $(HDRS)
  64   64  
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX