summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/ofilenotify.cpp
authorzecke <zecke>2004-09-10 11:04:46 (UTC)
committer zecke <zecke>2004-09-10 11:04:46 (UTC)
commit224c96feb94acd6a87e1a2463aca9726afe925ef (patch) (side-by-side diff)
tree58addf357217e4e84d7231afed4a901b3a2e0bba /libopie2/opiecore/ofilenotify.cpp
parent2ec724fc789cd34f6b3743896516f2fef2731456 (diff)
downloadopie-224c96feb94acd6a87e1a2463aca9726afe925ef.zip
opie-224c96feb94acd6a87e1a2463aca9726afe925ef.tar.gz
opie-224c96feb94acd6a87e1a2463aca9726afe925ef.tar.bz2
Fix warnings about unused parameters
Diffstat (limited to 'libopie2/opiecore/ofilenotify.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/ofilenotify.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opiecore/ofilenotify.cpp b/libopie2/opiecore/ofilenotify.cpp
index b576c4f..2a9bb8c 100644
--- a/libopie2/opiecore/ofilenotify.cpp
+++ b/libopie2/opiecore/ofilenotify.cpp
@@ -249,6 +249,8 @@ void OFileNotification::singleShot( const QString& path, QObject* receiver, cons
void OFileNotification::__signalHandler( int sig, siginfo_t *si, void *data )
{
+ Q_UNUSED( sig )
+ Q_UNUSED( data )
qWarning( "OFileNotification::__signalHandler(): reached." );
int fd = si->si_fd;
OFileNotification* fn = notification_list[fd];