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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/idmap/idmap/Makefile
          +++ new/usr/src/cmd/idmap/idmap/Makefile
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32  SRCS =          $(CLIENTSRCS)
  33   33  IDMAP_PROT_DIR =        $(SRC)/head/rpcsvc
  34   34  
  35   35  include ../../Makefile.cmd
  36   36  
  37   37  CERRWARN +=     -_gcc=-Wno-parentheses
  38   38  CERRWARN +=     -_gcc=-Wno-switch
  39   39  CERRWARN +=     -_gcc=-Wno-unused-label
  40   40  CERRWARN +=     -_gcc=-Wno-char-subscripts
  41   41  CERRWARN +=     -_gcc=-Wno-unused-function
  42      -CERRWARN +=     -_gcc=-Wno-uninitialized
       42 +CERRWARN +=     $(CNOWARN_UNINIT)
  43   43  CERRWARN +=     -_gcc=-Wno-address
  44   44  
  45   45  # not linted
  46   46  SMATCH=off
  47   47  
  48   48  POFILE =        $(PROG)_all.po
  49   49  LDLIBS +=       -lidmap -ladutils -lsldap -lldap
  50   50  FILEMODE =      0555
  51   51  
  52   52  INCS += -I. \
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX