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/px/Makefile
          +++ new/usr/src/uts/sun4v/px/Makefile
↓ open down ↓ 80 lines elided ↑ open up ↑
  81   81  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  82   82  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  83   83  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  84   84  LINTTAGS        += -erroff=E_STATIC_UNUSED
  85   85  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  86   86  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  87   87  
  88   88  CERRWARN        += -_gcc=-Wno-parentheses
  89   89  CERRWARN        += -_gcc=-Wno-type-limits
  90   90  CERRWARN        += -_gcc=-Wno-clobbered
  91      -CERRWARN        += -_gcc=-Wno-uninitialized
       91 +CERRWARN        += $(CNOWARN_UNINIT)
  92   92  CERRWARN        += -_gcc=-Wno-unused-function
  93   93  CERRWARN        += -_gcc=-Wno-unused-variable
  94   94  CERRWARN        += -_gcc=-Wno-unused-label
  95   95  
  96   96  #       Dependency
  97   97  #
  98   98  LDFLAGS += -dy -Nmisc/pcie
  99   99  
 100  100  #       Default build targets.
 101  101  #
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX