]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_client_db.cc
Activate extra compiler checks (#667)
[thirdparty/squid.git] / src / tests / stub_client_db.cc
index fd180d58e4dc40c077296b29ee3995cdf3561ff6..bf979d8627d4a415ff48601dc08f4e337d5e9f45 100644 (file)
@@ -18,8 +18,8 @@ void clientdbDump(StoreEntry *) STUB
 void clientdbFreeMemory(void) STUB
 int clientdbEstablished(const Ip::Address &, int) STUB_RETVAL(-1)
 #if USE_DELAY_POOLS
-void clientdbSetWriteLimiter(ClientInfo * info, const int writeSpeedLimit,const double initialBurst,const double highWatermark) STUB
-ClientInfo *clientdbGetInfo(const Ip::Address &addr) STUB_RETVAL(nullptr)
+void clientdbSetWriteLimiter(ClientInfo *, const int,const double,const double) STUB
+ClientInfo *clientdbGetInfo(const Ip::Address &) STUB_RETVAL(nullptr)
 #endif
 #if SQUID_SNMP
 Ip::Address *client_entry(Ip::Address *) STUB_RETVAL(nullptr)