From: Alex Rousskov Date: Mon, 8 Jul 2013 22:52:11 +0000 (-0600) Subject: Made GCC v4.4.6 happier: "invalid conversion from long int to StoreEntry*" X-Git-Tag: SQUID_3_5_0_1~444^2~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bcca0f8e04744895cf2506ae065174fe6021fba;p=thirdparty%2Fsquid.git Made GCC v4.4.6 happier: "invalid conversion from long int to StoreEntry*" --- diff --git a/src/Transients.cc b/src/Transients.cc index 06139105bc..ba7bc557ef 100644 --- a/src/Transients.cc +++ b/src/Transients.cc @@ -47,7 +47,7 @@ Transients::init() map = new TransientsMap(MapLabel); map->cleaner = this; - locals = new Locals(entryLimit, NULL); + locals = new Locals(entryLimit, 0); } void