Commit 82698f3c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Tune a couple of library warnings out


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1696 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 2afa2618
......@@ -3,6 +3,12 @@
+libh mgt_event.h
+libh ../../config.h
-emacro((???),va_arg) // the va_arg() macro can yield 415, 416, 661, 662
// 796 and 797 (out-of-bounds errors).
-elib(123) // size is both a variable and a macro with args
-emacro(736, isnan) // isnanf
-header(../../config.h)
// Fix strchr() semtics, it can only return NULL if arg2 != 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment