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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/audio/utilities/Makefile
          +++ new/usr/src/cmd/audio/utilities/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  
  27   27  include ../../Makefile.cmd
  28   28  
  29   29  TARGETS         = library
  30   30  
  31   31  INCLUDES += -I../include
  32   32  
  33   33  CPPFLAGS += $(INCLUDES)
  34   34  
  35   35  CFLAGS += $(CCVERBOSE)
  36      -CERRWARN += -_gcc=-Wno-uninitialized
       36 +CERRWARN += $(CNOWARN_UNINIT)
  37   37  CERRWARN += -_gcc=-Wno-unused-variable
  38   38  CERRWARN += -_gcc=-Wno-parentheses
  39   39  
  40   40  # not linted
  41   41  SMATCH=off
  42   42  
  43   43  LINTFLAGS += -m -v -u
  44   44  
  45   45  AR=     /usr/ccs/bin/ar
  46   46  RANLIB= /usr/ccs/bin/ranlib
↓ open down ↓ 61 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX