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/ttymux/Makefile
          +++ new/usr/src/uts/sparc/ttymux/Makefile
↓ open down ↓ 79 lines elided ↑ open up ↑
  80   80  # For now, disable these lint checks; maintainers should endeavor
  81   81  # to investigate and remove these for maximum lint coverage.
  82   82  # Please do not carry these forward to new Makefiles.
  83   83  #
  84   84  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  85   85  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  86   86  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  87   87  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  88   88  
  89   89  CERRWARN        += -_gcc=-Wno-parentheses
  90      -CERRWARN        += -_gcc=-Wno-uninitialized
       90 +CERRWARN        += $(CNOWARN_UNINIT)
  91   91  CERRWARN        += -_gcc=-Wno-type-limits
  92   92  
  93   93  #
  94   94  #       Default build targets.
  95   95  #
  96   96  .KEEP_STATE:
  97   97  
  98   98  def:            $(DEF_DEPS)
  99   99  
 100  100  all:            $(ALL_DEPS)
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX