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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/scsi/Makefile
          +++ new/usr/src/uts/intel/scsi/Makefile
↓ open down ↓ 66 lines elided ↑ open up ↑
  67   67  # For now, disable these lint checks; maintainers should endeavor
  68   68  # to investigate and remove these for maximum lint coverage.
  69   69  # Please do not carry these forward to new Makefiles.
  70   70  #
  71   71  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  72   72  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  73   73  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  74   74  
  75   75  CERRWARN        += -_gcc=-Wno-parentheses
  76   76  CERRWARN        += -_gcc=-Wno-switch
  77      -CERRWARN        += -_gcc=-Wno-uninitialized
       77 +CERRWARN        += $(CNOWARN_UNINIT)
  78   78  
  79   79  # needs work
  80   80  SMATCH=off
  81   81  
  82   82  #
  83   83  #       Default build targets.
  84   84  #
  85   85  .KEEP_STATE:
  86   86  
  87   87  def:            $(DEF_DEPS)
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX