From 89c4e229da412a778cf956bea24627b70fa79027 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Thu, 7 Nov 2002 17:11:26 +0000 Subject: [PATCH] Fixed warning (unused function argument). --- src/db/dbSubscriptionIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/dbSubscriptionIO.cpp b/src/db/dbSubscriptionIO.cpp index d5221b227..3d754d4c3 100644 --- a/src/db/dbSubscriptionIO.cpp +++ b/src/db/dbSubscriptionIO.cpp @@ -40,7 +40,7 @@ #include "dbChannelIO.h" #include "db_access_routines.h" -dbSubscriptionIO::dbSubscriptionIO ( dbServiceIO & serviceIO, dbChannelIO & chanIO, +dbSubscriptionIO::dbSubscriptionIO ( dbServiceIO & /* serviceIO */, dbChannelIO & chanIO, dbAddr & addr, cacStateNotify & notifyIn, unsigned typeIn, unsigned long countIn, unsigned maskIn, dbEventCtx ctx ) : notify ( notifyIn ), chan ( chanIO ), es ( 0 ),