From 224c96feb94acd6a87e1a2463aca9726afe925ef Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 10 Sep 2004 11:04:46 +0000 Subject: Fix warnings about unused parameters --- (limited to 'libopie2/opiecore/ofilenotify.cpp') 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]; -- cgit v0.9.0.2