Commit c3455cdb authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Just remove the dang #warning, it's going to be removed as soon as

I convert to vmb.h anyway.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4839 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d4b656d4
......@@ -83,6 +83,5 @@ const void *pick(const struct choice *cp, const char *which, const char *kind);
#include <machine/atomic.h>
#define MEMORY_BARRIER() mb()
#else
#warning "MEMORY_BARRIER() is expensive"
#define MEMORY_BARRIER() close(-1)
#endif
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