[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/kopete/libkopete
From:       Matt Rogers <mattr () kde ! org>
Date:       2005-01-31 14:55:24
Message-ID: 20050131145524.23B16EA21 () office ! kde ! org
[Download RAW message or body]

CVS commit by mattr: 

less warnings


  M +3 -0      kopetemimetypehandler.cpp   1.9
  M +1 -1      ui/kopeteviewplugin.h   1.3


--- kdenetwork/kopete/libkopete/kopetemimetypehandler.cpp  #1.8:1.9
@@ -192,8 +192,11 @@ bool MimeTypeHandler::dispatchToHandler(
 void MimeTypeHandler::handleURL( const KURL &url ) const
 {
+        Q_UNUSED( url );
 }
 
 void MimeTypeHandler::handleURL( const QString &mimeType, const KURL &url ) const
 {
+        Q_UNUSED( mimeType );
+        Q_UNUSED( url );
 }
 

--- kdenetwork/kopete/libkopete/ui/kopeteviewplugin.h  #1.2:1.3
@@ -47,5 +47,5 @@ class KOPETE_EXPORT ViewPlugin : public 
                  * @brief Creates a view to be associated with the passed in session
                 */
-                virtual KopeteView *createView( ChatSession *session ){ return 0L; };
+                virtual KopeteView *createView( ChatSession * /*session*/ ){ return 0L; };
 
                 /**


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic