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/ibtl/Makefile
          +++ new/usr/src/uts/intel/ibtl/Makefile
↓ open down ↓ 63 lines elided ↑ open up ↑
  64   64  # Please do not carry these forward to new Makefiles.
  65   65  #
  66   66  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  67   67  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  68   68  LINTTAGS        += -erroff=E_SUPPRESSION_DIRECTIVE_UNUSED
  69   69  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  70   70  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  71   71  
  72   72  CERRWARN        += -_gcc=-Wno-type-limits
  73   73  CERRWARN        += -_gcc=-Wno-switch
  74      -CERRWARN        += -_gcc=-Wno-uninitialized
       74 +CERRWARN        += $(CNOWARN_UNINIT)
  75   75  CERRWARN        += -_gcc=-Wno-parentheses
  76   76  CERRWARN        += -_gcc=-Wno-unused-value
  77   77  
  78   78  # needs work
  79   79  $(OBJS_DIR)/ibtl_impl.o := SMOFF += precedence
  80   80  
  81   81  #
  82   82  #       Default build targets.
  83   83  #
  84   84  .KEEP_STATE:
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX