[Varnish] #1504: With vcc_err_unref=off, CC still fails on unused acls

Varnish varnish-bugs at varnish-cache.org
Tue May 13 13:23:04 CEST 2014


#1504: With vcc_err_unref=off, CC still fails on unused acls
----------------------+---------------------------------
 Reporter:  scoof     |      Owner:
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:  Varnish 4.0 release
Component:  varnishd  |    Version:  unknown
 Severity:  normal    |   Keywords:
----------------------+---------------------------------
 {{{
 Message from VCC-compiler:
 Unused acl fdsafdsa, defined:
 ('input' Line 10 Pos 5)
 acl fdsafdsa {
 ----########--

 (That was just a warning)
 Message from C-compiler:
 ./vcl.sW4evF1T.c:581:1: error: ‘match_acl_named_fdsafdsa’ defined but not
 used [-Werror=unused-function]
  match_acl_named_fdsafdsa(const struct vrt_ctx *ctx, const VCL_IP p)
  ^
 cc1: all warnings being treated as errors
 Running C-compiler failed, exit 1

 VCL compilation failed
 }}}

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1504>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator



More information about the varnish-bugs mailing list