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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fwflash/Makefile.com
          +++ new/usr/src/cmd/fwflash/Makefile.com
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  # CDDL HEADER END
  20   20  #
  21   21  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24   24  # Copyright (c) 2018, Joyent, Inc.
  25   25  #
  26   26  # common rules for $SRC/cmd/fwflash
  27   27  
  28   28  CERRWARN +=             -_gcc=-Wno-parentheses
  29      -CERRWARN +=             -_gcc=-Wno-uninitialized
       29 +CERRWARN +=             $(CNOWARN_UNINIT)
  30   30  CERRWARN +=             -_gcc=-Wno-address
  31   31  
  32   32  # not linted
  33   33  SMATCH=off
  34   34  
  35   35  ROOTUSR=                $(ROOT)/usr
  36   36  ROOTUSRINCLD=           $(ROOTUSR)/include
  37   37  ROOTUSRINCLDFWFLASH=    $(ROOTUSRINCLD)/fwflash
  38   38  ROOTUSRLIB=             $(ROOTUSR)/lib
  39   39  ROOTUSRLIBFWFLASH=      $(ROOTUSRLIB)/fwflash
↓ open down ↓ 61 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX