diff --git a/src/qtgui/ssearch_w.cpp b/src/qtgui/ssearch_w.cpp index 0fad8a29..4a542abe 100644 --- a/src/qtgui/ssearch_w.cpp +++ b/src/qtgui/ssearch_w.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: ssearch_w.cpp,v 1.24 2007-10-19 15:25:19 dockes Exp $ (C) 2006 J.F.Dockes"; +static char rcsid[] = "@(#$Id: ssearch_w.cpp,v 1.25 2008-10-13 11:46:06 dockes Exp $ (C) 2006 J.F.Dockes"; #endif /* * This program is free software; you can redistribute it and/or modify @@ -484,7 +484,7 @@ static const char *eventTypeToStr(int tp) #endif #endif -bool SSearch::eventFilter(QObject *target, QEvent *event) +bool SSearch::eventFilter(QObject *, QEvent *event) { #if defined(SHOWEVENTS) if (event->type() == QEvent::Timer || diff --git a/src/query/filtseq.cpp b/src/query/filtseq.cpp index ba54bece..79b3a637 100644 --- a/src/query/filtseq.cpp +++ b/src/query/filtseq.cpp @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "@(#$Id: filtseq.cpp,v 1.3 2008-09-29 11:33:55 dockes Exp $ (C) 2005 J.F.Dockes"; +static char rcsid[] = "@(#$Id: filtseq.cpp,v 1.4 2008-10-13 11:46:06 dockes Exp $ (C) 2005 J.F.Dockes"; #endif /* * This program is free software; you can redistribute it and/or modify @@ -51,6 +51,7 @@ bool DocSeqFiltered::setFiltSpec(DocSeqFiltSpec &filtspec) { m_spec = filtspec; m_dbindices.clear(); + return true; } bool DocSeqFiltered::getDoc(int idx, Rcl::Doc &doc, string *)