diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-18 18:17:32 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-18 19:05:09 +0100 |
commit | 055049f0802c944437be82c001d2c251a470fb25 (patch) | |
tree | bd984cc9fcfd5b29574e34058fea6350b5dae62e /connectivity | |
parent | 914f72ec83642899747ced15390729816890b4e1 (diff) |
WaE: silence some warnings
Diffstat (limited to 'connectivity')
-rwxr-xr-x | connectivity/source/commontools/CommonTools.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/source/commontools/CommonTools.cxx b/connectivity/source/commontools/CommonTools.cxx index 43c89fb56cfd..c2d7b6f04117 100755 --- a/connectivity/source/commontools/CommonTools.cxx +++ b/connectivity/source/commontools/CommonTools.cxx @@ -290,6 +290,9 @@ namespace connectivity pEnv->DeleteLocalRef( out ); } } +#else + (void)_pJVM; + (void)_sClassName; #endif return bRet; } |