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/ip/Makefile
          +++ new/usr/src/uts/intel/ip/Makefile
↓ open down ↓ 58 lines elided ↑ open up ↑
  59   59  
  60   60  CINLINEFLAGS = -xinline=tcp_set_ws_value
  61   61  
  62   62  CFLAGS          += $(CINLINEFLAGS)
  63   63  
  64   64  CERRWARN        += -_gcc=-Wno-parentheses
  65   65  CERRWARN        += -_gcc=-Wno-unused-label
  66   66  CERRWARN        += -_gcc=-Wno-unused-function
  67   67  CERRWARN        += -_gcc=-Wno-unused-variable
  68   68  CERRWARN        += -_gcc=-Wno-switch
  69      -CERRWARN        += -_gcc=-Wno-uninitialized
       69 +CERRWARN        += $(CNOWARN_UNINIT)
  70   70  CERRWARN        += -_gcc=-Wno-type-limits
  71   71  
  72   72  # false positives
  73   73  SMOFF += index_overflow
  74   74  
  75   75  # need work still
  76   76  $(OBJS_DIR)/igmp.o := SMOFF += shift_to_zero
  77   77  $(OBJS_DIR)/tnet.o := SMOFF += shift_to_zero
  78   78  SMOFF += signed,all_func_returns
  79   79  SMOFF += signed_integer_overflow_check
↓ open down ↓ 76 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX