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/idmapd/Makefile
          +++ new/usr/src/cmd/idmap/idmapd/Makefile
↓ open down ↓ 54 lines elided ↑ open up ↑
  55   55  
  56   56  all :=          TARGET = all
  57   57  install :=      TARGET = install
  58   58  clean :=        TARGET = clean
  59   59  clobber :=      TARGET = clobber
  60   60  
  61   61  include ../../Makefile.cmd
  62   62  
  63   63  CERRWARN +=     -_gcc=-Wno-type-limits
  64   64  CERRWARN +=     -_gcc=-Wno-switch
  65      -CERRWARN +=     -_gcc=-Wno-uninitialized
       65 +CERRWARN +=     $(CNOWARN_UNINIT)
  66   66  
  67   67  # not linted
  68   68  SMATCH=off
  69   69  
  70   70  TEXT_DOMAIN =   SUNW_OST_OSLIB
  71   71  XGETTEXT =      $(GNUXGETTEXT)
  72   72  XGETFLAGS =     --foreign-user --strict -n -E --width=72 \
  73   73                  --omit-header --keyword=directoryError:2 \
  74   74                  --language=C --force-po
  75   75  
↓ open down ↓ 93 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX