From 507b9d90b2efb68abb58cb93b9647239df99dfb7 Mon Sep 17 00:00:00 2001 From: schurig Date: Tue, 17 Jun 2003 12:06:32 +0000 Subject: removed a warning --- (limited to 'core') diff --git a/core/launcher/inputmethods.cpp b/core/launcher/inputmethods.cpp index acd0d59..765dfe9 100644 --- a/core/launcher/inputmethods.cpp +++ b/core/launcher/inputmethods.cpp @@ -106,12 +106,12 @@ InputMethods::InputMethods( QWidget *parent ) : InputMethods::~InputMethods() { #ifndef SINGLE_APP - QValueList::Iterator mit; - for ( mit = inputMethodList.begin(); mit != inputMethodList.end(); ++mit ) { - int i = (*mit).interface->release(); - (*mit).library->unload(); - delete (*mit).library; - } + QValueList::Iterator mit; + for ( mit = inputMethodList.begin(); mit != inputMethodList.end(); ++mit ) { + (void) (*mit).interface->release(); + (*mit).library->unload(); + delete (*mit).library; + } #endif } -- cgit v0.9.0.2