summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-18 18:17:32 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-18 19:05:09 +0100
commit055049f0802c944437be82c001d2c251a470fb25 (patch)
treebd984cc9fcfd5b29574e34058fea6350b5dae62e /connectivity
parent914f72ec83642899747ced15390729816890b4e1 (diff)
WaE: silence some warnings
Diffstat (limited to 'connectivity')
-rwxr-xr-xconnectivity/source/commontools/CommonTools.cxx3
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;
}