r3477 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Sun Dec 21 11:45:33 CET 2008


Author: phk
Date: 2008-12-21 11:45:33 +0100 (Sun, 21 Dec 2008)
New Revision: 3477

Modified:
   trunk/varnish-cache/include/libvarnish.h
Log:
Make it entirely clear to the compiler that the WRONG() macro stops



Modified: trunk/varnish-cache/include/libvarnish.h
===================================================================
--- trunk/varnish-cache/include/libvarnish.h	2008-12-20 23:47:45 UTC (rev 3476)
+++ trunk/varnish-cache/include/libvarnish.h	2008-12-21 10:45:33 UTC (rev 3477)
@@ -128,4 +128,5 @@
 #define WRONG(expl)							\
 do {									\
 	lbv_assert(__func__, __FILE__, __LINE__, expl, errno, 3);	\
+	abort();							\
 } while (0)



More information about the varnish-commit mailing list