Kaydet (Commit) cbc0b5e1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=unused-function (DISABLE_DYNLOADING)

Change-Id: I2d70946423c6b1fe56d1630d6982e91bd5c7d81a
üst 32cc6ab5
...@@ -160,6 +160,8 @@ css::uno::Reference<css::uno::XInterface> invokeComponentFactory( ...@@ -160,6 +160,8 @@ css::uno::Reference<css::uno::XInterface> invokeComponentFactory(
} }
} }
#if !defined DISABLE_DYNLOADING
extern "C" void getInstance(va_list * args) { extern "C" void getInstance(va_list * args) {
cppuhelper::ImplementationConstructorFn * fn = va_arg(*args, cppuhelper::ImplementationConstructorFn *); cppuhelper::ImplementationConstructorFn * fn = va_arg(*args, cppuhelper::ImplementationConstructorFn *);
void * ctxt = va_arg(*args, void *); void * ctxt = va_arg(*args, void *);
...@@ -224,6 +226,8 @@ cppuhelper::WrapperConstructorFn mapConstructorFn( ...@@ -224,6 +226,8 @@ cppuhelper::WrapperConstructorFn mapConstructorFn(
} }
} }
#endif
} }
void cppuhelper::detail::loadSharedLibComponentFactory( void cppuhelper::detail::loadSharedLibComponentFactory(
......
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