From: wessels <> Date: Tue, 5 Dec 2000 16:18:36 +0000 (+0000) Subject: store.c:1299: warning: control reaches end of non-void function X-Git-Tag: SQUID_3_0_PRE1~1743 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11ba72dc0c42707aeaae52d2110438a1eda8546a;p=thirdparty%2Fsquid.git store.c:1299: warning: control reaches end of non-void function --- diff --git a/src/store.cc b/src/store.cc index 3bc52b6e92..1d60b77068 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.532 2000/11/18 10:46:32 adrian Exp $ + * $Id: store.cc,v 1.533 2000/12/05 09:18:36 wessels Exp $ * * DEBUG: section 20 Storage Manager * AUTHOR: Harvest Derived @@ -1296,6 +1296,7 @@ createRemovalPolicy(RemovalPolicySettings * settings) debug(20, 1) ("ERROR: Be sure to have set cache_replacement_policy\n"); debug(20, 1) ("ERROR: and memory_replacement_policy in squid.conf!\n"); fatalf("ERROR: Unknown policy %s\n", settings->type); + /* NOTREACHED */ } #if 0