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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/allocate/Makefile
          +++ new/usr/src/cmd/allocate/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  #
  23   23  # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  #
  25   25  # Copyright (c) 2018, Joyent, Inc.
  26   26  
  27   27  ETCTSOLFILES =  devalloc_defaults
  28   28  
  29   29  include         ../Makefile.cmd
  30   30  
  31   31  CERRWARN +=     -_gcc=-Wno-unused-value
  32      -CERRWARN +=     -_gcc=-Wno-uninitialized
       32 +CERRWARN +=     $(CNOWARN_UNINIT)
  33   33  CERRWARN +=     -_gcc=-Wno-parentheses
  34   34  CERRWARN +=     -_gcc=-Wno-clobbered
  35   35  
  36   36  # not linted
  37   37  SMATCH=off
  38   38  
  39   39  ROOTSEC =       $(ROOTETC)/security
  40   40  ROOTSECDEV =    $(ROOTSEC)/dev
  41   41  ROOTSECLIB =    $(ROOTSEC)/lib
  42   42  ROOTSECAUD =    $(ROOTSEC)/audio
↓ open down ↓ 152 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX