diff options
Diffstat (limited to 'canvas/source/tools/prioritybooster.cxx')
-rw-r--r-- | canvas/source/tools/prioritybooster.cxx | 6 |
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 } |