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

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/auth/backends/fake
From:       Dario Freddi <drf () kde ! org>
Date:       2009-08-31 16:12:52
Message-ID: 1251735172.812926.28253.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1017824 by dafre:

Fix warnings


 M  +4 -0      FakeBackend.cpp  


--- trunk/KDE/kdelibs/kdecore/auth/backends/fake/FakeBackend.cpp #1017823:1017824
@@ -32,6 +32,7 @@
 
 Action::AuthStatus FakeBackend::authorizeAction(const QString &action)
 {    
+    Q_UNUSED(action)
     return Action::Denied;
 }
 
@@ -43,6 +44,7 @@
 Action::AuthStatus FakeBackend::actionStatus(const QString &action)
 {
     Q_UNUSED(action)
+    return Action::Denied
 }
 
 QByteArray FakeBackend::callerID() const
@@ -52,6 +54,8 @@
 
 bool FakeBackend::isCallerAuthorized(const QString &action, QByteArray callerID)
 {
+    Q_UNUSED(action)
+    Q_UNUSED(callerID)
     return false;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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