summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:18:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:18:49 +0000
commite0bd021fd491a01a20f49fb7e40c61eba9b82164 (patch)
treec44c4dc997ef39925cdad7d53b1c035195c662e9
parent19154b47a76ff72a3540a6f9dd3044b8bfc4fc99 (diff)
INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED
2005/11/15 16:51:48 thb 1.3.16.1: #i55991# made code compile without warnings for gcc
-rw-r--r--canvas/source/tools/prioritybooster.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/canvas/source/tools/prioritybooster.cxx b/canvas/source/tools/prioritybooster.cxx
index f83703583350..b87658ab184d 100644
--- a/canvas/source/tools/prioritybooster.cxx
+++ b/canvas/source/tools/prioritybooster.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: prioritybooster.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 23:15:32 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:18:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,6 +62,8 @@ namespace canvas
OSL_ENSURE( bSuccess,
"PriorityBooster::PriorityBooster(): Was not able to modify thread priority" );
+#else
+ nDelta = 0; // #i55991# placate gcc warning
#endif
}