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

Oops, #warning, not #warn.

I have clearly been doing too much assembly programming recently.



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