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/idm/Makefile
          +++ new/usr/src/uts/intel/idm/Makefile
↓ open down ↓ 52 lines elided ↑ open up ↑
  53   53  
  54   54  #
  55   55  #       Overrides.
  56   56  #
  57   57  DEBUG_FLGS      =
  58   58  DEBUG_DEFS      += $(DEBUG_FLGS)
  59   59  LDFLAGS         += -dy -Nfs/sockfs -Nmisc/ksocket
  60   60  
  61   61  CERRWARN        += -_gcc=-Wno-switch
  62   62  CERRWARN        += -_gcc=-Wno-parentheses
  63      -CERRWARN        += -_gcc=-Wno-uninitialized
       63 +CERRWARN        += $(CNOWARN_UNINIT)
  64   64  
  65   65  # needs work
  66   66  SMATCH=off
  67   67  
  68   68  #       Include
  69   69  INC_PATH        += -I$(SRC)/common/hdcrc
  70   70  
  71   71  #
  72   72  #       Default build targets.
  73   73  #
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX