From 0dde10390f3b9c85030741e861d893a6a78fbbb1 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 12 Mar 2005 23:35:32 +0000 Subject: -Fix compiler warning about a unused variable (nomax) -The code seems to be twisted, and needs to be done the other way around (I will probably reconsider that statement with enough sleep tomorrow) --- (limited to 'library') diff --git a/library/widget_showing.cpp b/library/widget_showing.cpp index 43d19b0..ee63759 100644 --- a/library/widget_showing.cpp +++ b/library/widget_showing.cpp @@ -53,6 +53,7 @@ void QPEApplication::showWidget( QWidget* wg, bool nomax ) { } #ifndef OPIE_NO_WINDOWED + Q_UNUSED( nomax ) if ( TRUE ) { #else if ( !nomax -- cgit v0.9.0.2