Commit 004a3d94 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Silence 679 and 776, which are noisy on 64p32i systems



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4182 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent f58652f3
......@@ -8,6 +8,7 @@
-e454 // mutex not released (...ReleaseLocked)
-e457 // unprotected access
-e777 // float equality comparison
-e679 // Suspicious Truncation in arithmetic expression combining with pointer
-esym(458, lbv_assert) // unlocked access
-esym(458, params) // unlocked access
......@@ -144,6 +145,7 @@
-e574 // Signed-unsigned mix with relational
-e712 // Loss of precision (assignment) (long long to
-e747 // Significant prototype coercion (arg. no. 2) long
-e776 // Possible truncation of addition
/*
......
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