[master] 6bf50b2 Silence warnings about the VMOD interface functions not being used etc.

Poul-Henning Kamp phk at varnish-cache.org
Wed Mar 2 13:19:19 CET 2011


commit 6bf50b299d36990996cecd2619a16507d5d93806
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Mar 2 12:18:59 2011 +0000

    Silence warnings about the VMOD interface functions not being used etc.

diff --git a/bin/varnishd/flint.lnt b/bin/varnishd/flint.lnt
index 6d1686d..9d9a231 100644
--- a/bin/varnishd/flint.lnt
+++ b/bin/varnishd/flint.lnt
@@ -49,6 +49,19 @@
 -efunc(838, VRT_purge)
 -efunc(838, VRT_purge_string)
 
+// Stuff in VMODs which is used through dl*(3) functions
+-esym(754, Vmod_Func*)
+-esym(765, Vmod_Func)
+-esym(552, Vmod_Func)
+-esym(765, Vmod_Len)
+-esym(714, Vmod_Len)
+-esym(765, Vmod_Name)
+-esym(714, Vmod_Name)
+-esym(765, Vmod_Proto)
+-esym(714, Vmod_Proto)
+-esym(765, Vmod_Spec)
+-esym(714, Vmod_Spec)
+
 //-sem (pthread_mutex_lock, thread_lock)
 -sem (pthread_mutex_trylock, thread_lock)
 -sem (VBE_DropRefLocked, thread_unlock)



More information about the varnish-commit mailing list