Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/idm/Makefile
          +++ new/usr/src/uts/sparc/idm/Makefile
↓ open down ↓ 54 lines elided ↑ open up ↑
  55   55  
  56   56  #
  57   57  #       Overrides.
  58   58  #
  59   59  DEBUG_FLGS      =
  60   60  DEBUG_DEFS      += $(DEBUG_FLGS)
  61   61  LDFLAGS         += -dy -Nfs/sockfs -Nmisc/ksocket
  62   62  
  63   63  CERRWARN        += -_gcc=-Wno-switch
  64   64  CERRWARN        += -_gcc=-Wno-parentheses
  65      -CERRWARN        += -_gcc=-Wno-uninitialized
       65 +CERRWARN        += $(CNOWARN_UNINIT)
  66   66  
  67   67  #       Include
  68   68  INC_PATH        += -I$(SRC)/common/hdcrc
  69   69  
  70   70  #
  71   71  #       Default build targets.
  72   72  #
  73   73  .KEEP_STATE:
  74   74  
  75   75  def:            $(DEF_DEPS)
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX