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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/listen/Makefile
          +++ new/usr/src/cmd/listen/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  
  57   57  LDLIBS += -lnsl
  58   58  LDFLAGS += $(MAPFILE.NGB:%=-M%)
  59   59  LINTFLAGS = -b -x
  60   60  FILEMODE= 0755
  61   61  
  62   62  CERRWARN += -_gcc=-Wno-implicit-function-declaration
  63   63  CERRWARN += -_gcc=-Wno-unused-variable
  64   64  CERRWARN += -_gcc=-Wno-empty-body
  65   65  CERRWARN += -_gcc=-Wno-parentheses
  66      -CERRWARN += -_gcc=-Wno-uninitialized
       66 +CERRWARN += $(CNOWARN_UNINIT)
  67   67  
  68   68  # not linted
  69   69  SMATCH=off
  70   70  
  71   71  $(LIBSAFD)/% : %
  72   72          $(INS.file)
  73   73  
  74   74  .KEEP_STATE:
  75   75  
  76   76  all: $(PROG)
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX