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/mount/Makefile
          +++ new/usr/src/cmd/fs.d/nfs/mount/Makefile
↓ open down ↓ 38 lines elided ↑ open up ↑
  39   39  OBJS=   $(LIBPROG).o $(COMMON) webnfs_client.o webnfs_xdr.o
  40   40  SRCS=   $(LIBPROG).c $(FSLIBSRC) ../lib/nfs_sec.c ../lib/replica.c \
  41   41          ../lib/nfs_subr.c webnfs_xdr.c webnfs_client.c ../lib/selfcheck.c \
  42   42          ../lib/smfcfg.c
  43   43  
  44   44  UNCHECKED_HDRS= webnfs.h
  45   45  
  46   46  CERRWARN += -_gcc=-Wno-parentheses
  47   47  CERRWARN += -_gcc=-Wno-switch
  48   48  CERRWARN += -_gcc=-Wno-unused-variable
  49      -CERRWARN += -_gcc=-Wno-uninitialized
       49 +CERRWARN += $(CNOWARN_UNINIT)
  50   50  CERRWARN += -_gcc=-Wno-address
  51   51  CERRWARN += -_gcc=-Wno-unused-function
  52   52  
  53   53  # unknown type for func
  54   54  SMATCH=off
  55   55  
  56   56  #
  57   57  # Message catalog
  58   58  #
  59   59  POFILE= mount.po
↓ open down ↓ 67 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX