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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4v/ontario/tsalarm/Makefile
          +++ new/usr/src/uts/sun4v/ontario/tsalarm/Makefile
↓ open down ↓ 78 lines elided ↑ open up ↑
  79   79  
  80   80  #
  81   81  # For now, disable these lint checks; maintainers should endeavor
  82   82  # to investigate and remove these for maximum lint coverage.
  83   83  # Please do not carry these forward to new Makefiles.
  84   84  #
  85   85  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  86   86  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  87   87  
  88   88  CERRWARN        += -_gcc=-Wno-parentheses
  89      -CERRWARN        += -_gcc=-Wno-uninitialized
       89 +CERRWARN        += $(CNOWARN_UNINIT)
  90   90  
  91   91  #
  92   92  #       Default build targets.
  93   93  #
  94   94  .KEEP_STATE:
  95   95  
  96   96  def:            $(DEF_DEPS)
  97   97  
  98   98  all:            $(ALL_DEPS)
  99   99  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX