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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/nfs/showmount/Makefile
          +++ new/usr/src/cmd/fs.d/nfs/showmount/Makefile
↓ open down ↓ 38 lines elided ↑ open up ↑
  39   39  #
  40   40  # Message catalog
  41   41  #
  42   42  POFILE= showmount.po
  43   43  
  44   44  LDLIBS +=       -lrpcsvc -lnsl
  45   45  
  46   46  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  47   47  CERRWARN +=     -_gcc=-Wno-parentheses
  48   48  CERRWARN +=     -_gcc=-Wno-unused-variable
  49      -CERRWARN +=     -_gcc=-Wno-uninitialized
       49 +CERRWARN +=     $(CNOWARN_UNINIT)
  50   50  
  51   51  # not linted
  52   52  SMATCH=off
  53   53  
  54   54  $(LIBPROG):     $(OBJS)
  55   55                  $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  56   56                  $(POST_PROCESS)
  57   57  
  58   58  lint:   lint_SRCS
  59   59  
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX