From 9377e44cf85a3871cf8b38f9cc1fb96da3490477 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 21 Feb 2014 23:46:59 +0100 Subject: -Werror,-Wunused-function Change-Id: Ic792930c291bae1cf18ffd65548908e910c69c45 --- extensions/source/update/check/updatecheck.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/source/update') diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx index 2e0ab73198f7..33ffd7e0418c 100644 --- a/extensions/source/update/check/updatecheck.cxx +++ b/extensions/source/update/check/updatecheck.cxx @@ -106,12 +106,14 @@ static inline OUString getBuildId() } //------------------------------------------------------------------------------ +#if defined LINUX || defined SOLARIS static inline OUString getBaseInstallation() { OUString aPathVal("$BRAND_BASE_DIR"); rtl::Bootstrap::expandMacros(aPathVal); return aPathVal; } +#endif //------------------------------------------------------------------------------ -- cgit