Fix building with Clang

This commit is contained in:
adam 2012-01-08 10:07:27 +00:00
parent da404b33a4
commit d089dbcf4b

View file

@ -0,0 +1,15 @@
$NetBSD: patch-src_store.cc,v 1.1 2012/01/08 10:07:27 adam Exp $
Fix compiling with Clang.
--- src/store.cc.orig 2012-01-08 10:01:40.000000000 +0000
+++ src/store.cc
@@ -374,7 +374,7 @@ StoreEntry::deferProducer(const AsyncCal
deferredProducer = producer;
else
debugs(20, 5, HERE << "Deferred producer call is allready set to: " <<
- *deferredProducer << ", requested call: " << *producer);
+ *deferredProducer);
}
void