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/fctl/Makefile
          +++ new/usr/src/uts/intel/fctl/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  #
  57   57  INCS            += -I$(SRC)/uts/common/
  58   58  
  59   59  #
  60   60  #       Lint tags
  61   61  #
  62   62  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  63   63  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  64   64  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  65   65  
  66      -CERRWARN        += -_gcc=-Wno-uninitialized
       66 +CERRWARN        += $(CNOWARN_UNINIT)
  67   67  
  68   68  # needs work
  69   69  $(OBJS_DIR)/fctl.o := SMOFF += all_func_returns,deref_check
  70   70  
  71   71  #
  72   72  #       Default build targets.
  73   73  #
  74   74  .KEEP_STATE:
  75   75  
  76   76  def:            $(DEF_DEPS)
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX