From a6a447b08dd3959747181fe5350db68acc8c7481 Mon Sep 17 00:00:00 2001 From: brainbreaker Date: Tue, 20 Jun 2017 15:50:21 +0530 Subject: android:Supress the Clang's unneeded-internal-declaration warning Change-Id: I76359e98a41206f914c3c05149f0a7eeeff1acc8 Reviewed-on: https://gerrit.libreoffice.org/39007 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- cppuhelper/source/paths.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cppuhelper/source') diff --git a/cppuhelper/source/paths.cxx b/cppuhelper/source/paths.cxx index f96044bd3c24..7add3ac72de7 100644 --- a/cppuhelper/source/paths.cxx +++ b/cppuhelper/source/paths.cxx @@ -36,6 +36,7 @@ namespace { +#ifndef ANDROID rtl::OUString get_this_libpath() { static rtl::OUString s_uri; if (s_uri.isEmpty()) { @@ -55,7 +56,7 @@ rtl::OUString get_this_libpath() { } return s_uri; } - +#endif } rtl::OUString cppu::getUnoIniUri() { -- cgit