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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cron/Makefile
          +++ new/usr/src/cmd/cron/Makefile
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  include         ../Makefile.cmd
  30   30  
  31   31  MANIFEST =      cron.xml
  32   32  
  33   33  ROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
  34   34  ROOTMETHOD =    $(ROOTLIBSVCMETHOD)/svc-cron
  35   35  
  36   36  CPPFLAGS +=     -D_FILE_OFFSET_BITS=64 -I $(SRC)/common/util
  37   37  CERRWARN +=     -_gcc=-Wno-parentheses
  38   38  CERRWARN +=     -_gcc=-Wno-unused-label
  39      -CERRWARN +=     -_gcc=-Wno-uninitialized
       39 +CERRWARN +=     $(CNOWARN_UNINIT)
  40   40  CERRWARN +=     -_gcc=-Wno-unused-variable
  41   41  CERRWARN +=     -_gcc=-Wno-unused-value
  42   42  
  43   43  # not linted
  44   44  SMATCH=off
  45   45  
  46   46  ROOTVAR =       $(ROOT)/var
  47   47  
  48   48  ROOTSPCRON =    $(ROOTVAR)/spool/cron
  49   49  ROOTCROND =     $(ROOTETC)/cron.d
↓ open down ↓ 184 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX