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


  71 LIBPRT  =       $(LPLIB)/printers/liblpprt.a
  72 LIBREQ  =       $(LPLIB)/requests/liblpreq.a
  73 LIBSEC  =       $(LPLIB)/secure/liblpsec.a
  74 LIBUSR  =       $(LPLIB)/users/liblpusr.a
  75 
  76 LINTACC =       $(LPLIB)/access/llib-llpacc.ln
  77 LINTCLS =       $(LPLIB)/class/llib-llpcls.ln
  78 LINTFLT =       $(LPLIB)/filters/llib-llpflt.ln
  79 LINTFRM =       $(LPLIB)/forms/llib-llpfrm.ln
  80 LINTLP  =       $(LPLIB)/lp/llib-llp.ln
  81 LINTMSG =       $(LPLIB)/msgs/llib-llpmsg.ln
  82 LINTOAM =       $(LPLIB)/oam/llib-llpoam.ln
  83 LINTPRT =       $(LPLIB)/printers/llib-llpprt.ln
  84 LINTREQ =       $(LPLIB)/requests/llib-llpreq.ln
  85 LINTSEC =       $(LPLIB)/secure/llib-llpsec.ln
  86 LINTUSR =       $(LPLIB)/users/llib-llpusr.ln
  87 
  88 CERRWARN +=     -_gcc=-Wno-sequence-point
  89 CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  90 CERRWARN +=     -_gcc=-Wno-parentheses
  91 CERRWARN +=     -_gcc=-Wno-uninitialized
  92 CERRWARN +=     -_gcc=-Wno-unused-variable
  93 CERRWARN +=     -_gcc=-Wno-unused-value
  94 CERRWARN +=     -_gcc=-Wno-unused-label
  95 CERRWARN +=     -_gcc=-Wno-unused-function
  96 CERRWARN +=     -_gcc=-Wno-clobbered
  97 CERRWARN +=     -_gcc=-Wno-empty-body
  98 CERRWARN +=     -_gcc=-Wno-extra
  99 CERRWARN +=     -_gcc=-Wno-address
 100 
 101 # not linted
 102 SMATCH=off
 103 
 104 all:=           TARGET= all
 105 install:=       TARGET= install
 106 clean:=         TARGET= clean
 107 clobber:=       TARGET= clobber
 108 lint:=          TARGET= lint
 109 strip:=         TARGET= strip
 110 catalog:=       TARGET= catalog
 111 _msg:=          TARGET= catalog


  71 LIBPRT  =       $(LPLIB)/printers/liblpprt.a
  72 LIBREQ  =       $(LPLIB)/requests/liblpreq.a
  73 LIBSEC  =       $(LPLIB)/secure/liblpsec.a
  74 LIBUSR  =       $(LPLIB)/users/liblpusr.a
  75 
  76 LINTACC =       $(LPLIB)/access/llib-llpacc.ln
  77 LINTCLS =       $(LPLIB)/class/llib-llpcls.ln
  78 LINTFLT =       $(LPLIB)/filters/llib-llpflt.ln
  79 LINTFRM =       $(LPLIB)/forms/llib-llpfrm.ln
  80 LINTLP  =       $(LPLIB)/lp/llib-llp.ln
  81 LINTMSG =       $(LPLIB)/msgs/llib-llpmsg.ln
  82 LINTOAM =       $(LPLIB)/oam/llib-llpoam.ln
  83 LINTPRT =       $(LPLIB)/printers/llib-llpprt.ln
  84 LINTREQ =       $(LPLIB)/requests/llib-llpreq.ln
  85 LINTSEC =       $(LPLIB)/secure/llib-llpsec.ln
  86 LINTUSR =       $(LPLIB)/users/llib-llpusr.ln
  87 
  88 CERRWARN +=     -_gcc=-Wno-sequence-point
  89 CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  90 CERRWARN +=     -_gcc=-Wno-parentheses
  91 CERRWARN +=     $(CNOWARN_UNINIT)
  92 CERRWARN +=     -_gcc=-Wno-unused-variable
  93 CERRWARN +=     -_gcc=-Wno-unused-value
  94 CERRWARN +=     -_gcc=-Wno-unused-label
  95 CERRWARN +=     -_gcc=-Wno-unused-function
  96 CERRWARN +=     -_gcc=-Wno-clobbered
  97 CERRWARN +=     -_gcc=-Wno-empty-body
  98 CERRWARN +=     -_gcc=-Wno-extra
  99 CERRWARN +=     -_gcc=-Wno-address
 100 
 101 # not linted
 102 SMATCH=off
 103 
 104 all:=           TARGET= all
 105 install:=       TARGET= install
 106 clean:=         TARGET= clean
 107 clobber:=       TARGET= clobber
 108 lint:=          TARGET= lint
 109 strip:=         TARGET= strip
 110 catalog:=       TARGET= catalog
 111 _msg:=          TARGET= catalog