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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/hummingbird/Makefile
          +++ new/usr/src/uts/sun4u/hummingbird/Makefile
↓ open down ↓ 113 lines elided ↑ open up ↑
 114  114  
 115  115  #
 116  116  # For now, disable these lint checks; maintainers should endeavor
 117  117  # to investigate and remove these for maximum lint coverage.
 118  118  # Please do not carry these forward to new Makefiles.
 119  119  #
 120  120  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
 121  121  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
 122  122  LINTTAGS        += -erroff=E_BAD_FORMAT_STR2
 123  123  
 124      -CERRWARN        += -_gcc=-Wno-uninitialized
      124 +CERRWARN        += $(CNOWARN_UNINIT)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX