Print this page
4804 apix & pcplusmp are nearly warning free already
Tentatively Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/apix/Makefile
          +++ new/usr/src/uts/i86pc/apix/Makefile
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  
  57   57  DEBUG_FLGS      =
  58   58  $(NOT_RELEASE_BUILD)DEBUG_DEFS  += $(DEBUG_FLGS)
  59   59  
  60   60  #
  61   61  # Depends on ACPI CA interpreter
  62   62  #
  63   63  LDFLAGS         += -dy -N misc/acpica
  64   64  
  65   65  CERRWARN        += -_gcc=-Wno-uninitialized
  66      -CERRWARN        += -_gcc=-Wno-unused-variable
  67      -CERRWARN        += -_gcc=-Wno-unused-function
  68      -CERRWARN        += -_gcc=-Wno-empty-body
  69   66  
  70   67  #
  71   68  #       Default build targets.
  72   69  #
  73   70  .KEEP_STATE:
  74   71  
  75   72  def:            $(DEF_DEPS)
  76   73  
  77   74  all:            $(ALL_DEPS)
  78   75  
↓ open down ↓ 17 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX