Kaydet (Commit) a6a447b0 authored tarafından brainbreaker's avatar brainbreaker Kaydeden (comit) Miklos Vajna

android:Supress the Clang's unneeded-internal-declaration warning

Change-Id: I76359e98a41206f914c3c05149f0a7eeeff1acc8
Reviewed-on: https://gerrit.libreoffice.org/39007Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst bb34ecfb
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment