From: Anne-Marie Mahfouf Date: Sun, 13 Jul 2008 08:54:53 +0000 (+0000) Subject: a few warnings less X-Git-Tag: v4.1.80~43 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=58a73d03ed7849362464feb03645fb3b26988d2c;p=libqmvoc.git a few warnings less svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=831738 --- diff --git a/keduvocdocument/keduvocdocument.cpp b/keduvocdocument/keduvocdocument.cpp index 5af0f4d..97a17f8 100644 --- a/keduvocdocument/keduvocdocument.cpp +++ b/keduvocdocument/keduvocdocument.cpp @@ -422,6 +422,8 @@ QByteArray KEduVocDocument::toByteArray(const QString &generator) void KEduVocDocument::merge( KEduVocDocument *docToMerge, bool matchIdentifiers ) { + Q_UNUSED(docToMerge) + Q_UNUSED(matchIdentifiers) kDebug(1100) << "Merging of docs is not implemented"; /// @todo IMPLEMENT ME // This code was really horribly broken. // Now with the new classes we could attempt to reactivate it. diff --git a/libscience/spectrumparser.cpp b/libscience/spectrumparser.cpp index 53a538c..d05057e 100644 --- a/libscience/spectrumparser.cpp +++ b/libscience/spectrumparser.cpp @@ -119,6 +119,7 @@ bool SpectrumParser::endElement( const QString&, const QString& localName, const bool SpectrumParser::characters(const QString &ch) { + Q_UNUSED(ch) return true; }