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/scsa1394/Makefile
          +++ new/usr/src/uts/sparc/scsa1394/Makefile
↓ open down ↓ 70 lines elided ↑ open up ↑
  71   71  LINTTAGS        += -erroff=E_STATIC_UNUSED
  72   72  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  73   73  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  74   74  
  75   75  #
  76   76  # depends on
  77   77  #
  78   78  LDFLAGS         += -dy -Nmisc/scsi -Nmisc/s1394 -Nmisc/sbp2
  79   79  
  80   80  CERRWARN        += -_gcc=-Wno-parentheses
  81      -CERRWARN        += -_gcc=-Wno-uninitialized
       81 +CERRWARN        += $(CNOWARN_UNINIT)
  82   82  
  83   83  #       Default build targets.
  84   84  #
  85   85  .KEEP_STATE:
  86   86  
  87   87  def:            $(DEF_DEPS)
  88   88  
  89   89  all:            $(ALL_DEPS)
  90   90  
  91   91  clean:          $(CLEAN_DEPS)
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX