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/ssd/Makefile
          +++ new/usr/src/uts/sparc/ssd/Makefile
↓ open down ↓ 70 lines elided ↑ open up ↑
  71   71  # Please do not carry these forward to new Makefiles.
  72   72  #
  73   73  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  74   74  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  75   75  LINTTAGS        += -erroff=E_STATIC_UNUSED
  76   76  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  77   77  
  78   78  CERRWARN        += -_gcc=-Wno-unused-function
  79   79  CERRWARN        += -_gcc=-Wno-unused-label
  80   80  CERRWARN        += -_gcc=-Wno-parentheses
  81      -CERRWARN        += -_gcc=-Wno-uninitialized
       81 +CERRWARN        += $(CNOWARN_UNINIT)
  82   82  CERRWARN        += -_gcc=-Wno-type-limits
  83   83  
  84   84  #
  85   85  # Depends on scsi and cmlb
  86   86  # fcp included for fibre support
  87   87  #
  88   88  LDFLAGS         += -dy -N misc/scsi -N misc/cmlb -N drv/fcp
  89   89  
  90   90  #
  91   91  #       Default build targets.
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX