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/p4_pcbe/Makefile
          +++ new/usr/src/uts/intel/p4_pcbe/Makefile
↓ open down ↓ 52 lines elided ↑ open up ↑
  53   53  #
  54   54  # For now, disable these lint checks; maintainers should endeavor
  55   55  # to investigate and remove these for maximum lint coverage.
  56   56  # Please do not carry these forward to new Makefiles.
  57   57  #
  58   58  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  59   59  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  60   60  LINTTAGS        += -erroff=E_STATIC_UNUSED
  61   61  
  62   62  CERRWARN        += -_gcc=-Wno-type-limits
  63      -CERRWARN        += -_gcc=-Wno-uninitialized
       63 +CERRWARN        += $(CNOWARN_UNINIT)
  64   64  
  65   65  #
  66   66  #       Default build targets.
  67   67  #
  68   68  .KEEP_STATE:
  69   69  
  70   70  def:            $(DEF_DEPS)
  71   71  
  72   72  all:            $(ALL_DEPS)
  73   73  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX