summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:07:03 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:07:03 +0000
commitd8c8bcf12ae7fc697ae20f1e0f0a396fe58ba781 (patch)
treee547fd673f13498900ea73386f48eb139b1a6324 /vcl/workben
parent734b0603565e7e23dd61fc01803cdf34f888c925 (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.1.4.1.6); FILE MERGED
2006/08/18 12:51:25 mhu 1.1.4.1.6.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'vcl/workben')
-rwxr-xr-xvcl/workben/outdevgrind.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index ece08f85cdc8..a18fd0470c84 100755
--- a/vcl/workben/outdevgrind.cxx
+++ b/vcl/workben/outdevgrind.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: outdevgrind.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2006-08-11 17:53:25 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 11:07:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -827,8 +827,8 @@ void grindFunc( OutputDevice& rTarget,
fprintf( stdout,
"Duration: %d ms (%d repetitions)\tOperation: %s\tSetup: %s\n",
- osl_getGlobalTimer() - nStartTime,
- nTurns,
+ (int)(osl_getGlobalTimer() - nStartTime),
+ (int)(nTurns),
iter->first,
pMsg );
}