]> err.no Git - varnish/commitdiff
Make it entirely clear to the compiler that the WRONG() macro stops
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 21 Dec 2008 10:45:33 +0000 (10:45 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 21 Dec 2008 10:45:33 +0000 (10:45 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3477 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/libvarnish.h

index 04dac6b85ea9387e328d283cb19b345fb416cbdd..7412e2f10188d3c32f9ca202a85135d98d95f988 100644 (file)
@@ -128,4 +128,5 @@ do {                                                                        \
 #define WRONG(expl)                                                    \
 do {                                                                   \
        lbv_assert(__func__, __FILE__, __LINE__, expl, errno, 3);       \
+       abort();                                                        \
 } while (0)