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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/gfx_private/Makefile
          +++ new/usr/src/uts/i86pc/gfx_private/Makefile
↓ open down ↓ 57 lines elided ↑ open up ↑
  58   58  #       Define targets
  59   59  #
  60   60  ALL_TARGET      = $(BINARY)
  61   61  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  62   62  
  63   63  #
  64   64  # For now, disable these checks; maintainers should endeavor
  65   65  # to investigate and remove these for maximum coverage.
  66   66  # Please do not carry these forward to new Makefiles.
  67   67  #
  68      -CERRWARN        += -_gcc=-Wno-uninitialized
       68 +CERRWARN        += $(CNOWARN_UNINIT)
  69   69  CERRWARN        += -_gcc=-Wno-parentheses
  70   70  
  71   71  #
  72   72  #       Default build targets.
  73   73  #
  74   74  .KEEP_STATE:
  75   75  
  76   76  def:            $(DEF_DEPS)
  77   77  
  78   78  all:            $(ALL_DEPS)
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX