]> Git trees. - libqmvoc.git/commitdiff
a few warnings less
authorAnne-Marie Mahfouf <annma@kde.org>
Sun, 13 Jul 2008 08:54:53 +0000 (08:54 +0000)
committerAnne-Marie Mahfouf <annma@kde.org>
Sun, 13 Jul 2008 08:54:53 +0000 (08:54 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=831738

keduvocdocument/keduvocdocument.cpp
libscience/spectrumparser.cpp

index 5af0f4da33f6085f52396cfec16fe90e0bc55d6f..97a17f81bb8e0a680ed42a58074198613e03b88a 100644 (file)
@@ -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.
index 53a538c2e63b2f9204b4e2b169356610d6fb4509..d05057e1e857d458c8b849cd57a2ce22f190ced5 100644 (file)
@@ -119,6 +119,7 @@ bool SpectrumParser::endElement( const QString&, const QString& localName, const
 
 bool SpectrumParser::characters(const QString &ch)
 {
+    Q_UNUSED(ch)
     return true;
 }