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/eoib/Makefile
          +++ new/usr/src/uts/intel/eoib/Makefile
↓ open down ↓ 57 lines elided ↑ open up ↑
  58   58  # Module specific debug flag
  59   59  #
  60   60  CPPFLAGS += -DEIB_DEBUG
  61   61  
  62   62  #
  63   63  # Lint pass one enforcement
  64   64  #
  65   65  CFLAGS += $(CCVERBOSE)
  66   66  
  67   67  CERRWARN        += -_gcc=-Wno-switch
  68      -CERRWARN        += -_gcc=-Wno-uninitialized
       68 +CERRWARN        += $(CNOWARN_UNINIT)
  69   69  
  70   70  # needs work
  71   71  $(OBJS_DIR)/eib_ibt.o := SMOFF += deref_check
  72   72  
  73   73  #
  74   74  # Depends on misc/ibtl
  75   75  #
  76   76  LDFLAGS += -dy -Nmisc/mac -Nmisc/ibtl -Nmisc/ibcm -Nmisc/ibmf
  77   77  
  78   78  #
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX