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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/poll/Makefile
          +++ new/usr/src/uts/sparc/poll/Makefile
↓ open down ↓ 46 lines elided ↑ open up ↑
  47   47  #       Define targets
  48   48  #
  49   49  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  50   50  LINT_TARGET     = $(MODULE).lint
  51   51  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  52   52  
  53   53  #
  54   54  # lint pass one enforcement
  55   55  #
  56   56  CFLAGS          += $(CCVERBOSE)
  57      -CERRWARN        += -_gcc=-Wno-uninitialized
       57 +CERRWARN        += $(CNOWARN_UNINIT)
  58   58  
  59   59  #
  60   60  # See uts/intel/poll/Makefile for why this is necessary.
  61   61  #
  62   62  LINTTAGS      += -erroff=E_BAD_PTR_CAST_ALIGN
  63   63  
  64   64  #
  65   65  #       Default build targets.
  66   66  #
  67   67  .KEEP_STATE:
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX