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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/excalibur/xcalppm/Makefile
          +++ new/usr/src/uts/sun4u/excalibur/xcalppm/Makefile
↓ open down ↓ 57 lines elided ↑ open up ↑
  58   58  #
  59   59  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  60   60  LINT_TARGET     = $(MODULE).lint
  61   61  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  62   62  
  63   63  #
  64   64  # lint pass one enforcement
  65   65  #
  66   66  CFLAGS += $(CCVERBOSE)
  67   67  CERRWARN += -_gcc=-Wno-parentheses
  68      -CERRWARN += -_gcc=-Wno-uninitialized
       68 +CERRWARN += $(CNOWARN_UNINIT)
  69   69  CERRWARN += -_gcc=-Wno-switch
  70   70  
  71   71  #
  72   72  # Turn on doubleword alignment for 64 bit registers
  73   73  #
  74   74  CFLAGS += -dalign
  75   75  
  76   76  #
  77   77  # dependency
  78   78  #
↓ open down ↓ 31 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX