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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libshare/autofs/Makefile.com
          +++ new/usr/src/lib/libshare/autofs/Makefile.com
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  # that are not lint free.
  42   42  lintcheck := SRCS = $(LIBSRCS)
  43   43  
  44   44  LIBS =          $(DYNLIB)
  45   45  LDLIBS +=       -lshare -lscf -lumem -lc -lxml2
  46   46  
  47   47  #add nfs/lib directory as part of the include path
  48   48  CFLAGS +=       $(CCVERBOSE)
  49   49  CERRWARN +=     -_gcc=-Wno-switch
  50   50  CERRWARN +=     -_gcc=-Wno-unused-variable
  51      -CERRWARN +=     -_gcc=-Wno-uninitialized
       51 +CERRWARN +=     $(CNOWARN_UNINIT)
  52   52  
  53   53  # not linted
  54   54  SMATCH=off
  55   55  
  56   56  CPPFLAGS +=     -D_REENTRANT -I$(AUTOFSSMFLIB_DIR) \
  57   57                          -I$(ADJUNCT_PROTO)/usr/include/libxml2 \
  58   58                          -I$(SRCDIR)../common
  59   59  
  60   60  .KEEP_STATE:
  61   61  
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX