Fix building with Clang
This commit is contained in:
parent
da404b33a4
commit
d089dbcf4b
1 changed files with 15 additions and 0 deletions
15
www/squid31/patches/patch-src_store.cc
Normal file
15
www/squid31/patches/patch-src_store.cc
Normal 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
|
Loading…
Reference in a new issue