diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 13:40:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 13:40:51 +0000 |
commit | 23a304ff3ad15620597b7db11b60d69532bbb1a2 (patch) | |
tree | 2606422001674dd931a91c499acecf031111a635 /bridges | |
parent | 1cf91ac47e5ad127cf5072e705cad02c510ff854 (diff) |
INTEGRATION: CWS pj89 (1.12.80); FILE MERGED
2007/12/23 09:50:52 pjanik 1.12.80.1: #i84856#: bridges is completely WaE clean now.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/testclient.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bridges/test/testclient.cxx b/bridges/test/testclient.cxx index 0e585ba7a5ba..06272c108dd2 100644 --- a/bridges/test/testclient.cxx +++ b/bridges/test/testclient.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testclient.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-16 16:03:04 $ + * last change: $Author: rt $ $Date: 2008-01-29 14:40:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,6 +38,7 @@ #include <string.h> #if OSL_DEBUG_LEVEL == 0 +#undef NDEBUG #define NDEBUG #endif #include <assert.h> @@ -88,7 +89,7 @@ using namespace ::com::sun::star::test::performance; #include "testcomp.h" -void doPerformanceTest( const Reference < XPerformanceTest > & xBench ) +void doPerformanceTest( const Reference < XPerformanceTest > & /* xBench */) { printf( "not implemented\n" ); // sal_Int32 i,nLoop = 2000; @@ -113,7 +114,7 @@ void doPerformanceTest( const Reference < XPerformanceTest > & xBench ) } -void testLatency( const Reference < XConnection > &r , sal_Bool bReply ) +void testLatency( const Reference < XConnection > &r , sal_Bool /* bReply */) { sal_Int32 nLoop = 10000; TimeValue aStartTime, aEndTime; @@ -137,7 +138,6 @@ void testLatency( const Reference < XConnection > &r , sal_Bool bReply ) int main( int argc, char *argv[] ) { - sal_Bool bUseNew = ( 3 == argc ); if( argc < 2 ) { printf( |