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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/hbaapi/Makefile.com
          +++ new/usr/src/lib/hbaapi/Makefile.com
↓ open down ↓ 33 lines elided ↑ open up ↑
  34   34  include ../../Makefile.lib
  35   35  
  36   36  HETCFILES=      $(CONFIGFILE:%=$(ROOTETC)/%)
  37   37  
  38   38  LIBS =          $(DYNLIB) $(LINTLIB)
  39   39  SRCDIR=         ../common
  40   40  
  41   41  INCS +=         -I$(SRCDIR)
  42   42  CPPFLAGS +=     $(INCS)
  43   43  
  44      -CERRWARN +=     -_gcc=-Wno-uninitialized
       44 +CERRWARN +=     $(CNOWARN_UNINIT)
  45   45  CERRWARN +=     -_gcc=-Wno-unused-value
  46   46  CERRWARN +=     -_gcc=-Wno-unused-variable
  47   47  CERRWARN +=     -_gcc=-Wno-unused-function
  48   48  
  49   49  # not linted
  50   50  SMATCH=off
  51   51  
  52   52  LDLIBS +=       -lc
  53   53  
  54   54  $(LINTLIB) := SRCS=     $(SRCDIR)/$(LINTSRC)
↓ open down ↓ 13 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX