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/rsa/Makefile
          +++ new/usr/src/uts/intel/rsa/Makefile
↓ open down ↓ 65 lines elided ↑ open up ↑
  66   66  #
  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_SUPPRESSION_DIRECTIVE_UNUSED
  73   73  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  74   74  
  75   75  CERRWARN        += -_gcc=-Wno-switch
  76      -CERRWARN        += -_gcc=-Wno-uninitialized
       76 +CERRWARN        += $(CNOWARN_UNINIT)
  77   77  
  78   78  #
  79   79  #       Default build targets.
  80   80  #
  81   81  .KEEP_STATE:
  82   82  
  83   83  def:            $(DEF_DEPS)
  84   84  
  85   85  all:            $(ALL_DEPS)
  86   86  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX