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/softmac/Makefile
          +++ new/usr/src/uts/sparc/softmac/Makefile
↓ open down ↓ 54 lines elided ↑ open up ↑
  55   55  CFLAGS          += $(CCVERBOSE)
  56   56  LDFLAGS         += -dy -Ndrv/dld -Nmisc/mac -Nmisc/strplumb -Nmisc/dls
  57   57  
  58   58  #
  59   59  # For now, disable these lint checks as it is a generic STREAMS problem;
  60   60  # maintainers should endeavor to investigate and remove these for maximum
  61   61  # lint coverage.
  62   62  #
  63   63  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  64   64  
  65      -CERRWARN        += -_gcc=-Wno-uninitialized
       65 +CERRWARN        += $(CNOWARN_UNINIT)
  66   66  CERRWARN        += -_gcc=-Wno-unused-label
  67   67  
  68   68  #
  69   69  #       Default build targets.
  70   70  #
  71   71  .KEEP_STATE:
  72   72  
  73   73  def:            $(DEF_DEPS)
  74   74  
  75   75  all:            $(ALL_DEPS)
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX