From 0d5ff972fb51d11f01e8062e73a24dd4bab60417 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 18 May 2015 12:00:15 +0200 Subject: SAL_WARN_UNUSED Link Change-Id: I646677611e46a7e33e977a5afeea9bf831b28733 --- include/tools/link.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/tools/link.hxx') diff --git a/include/tools/link.hxx b/include/tools/link.hxx index a48c3b86d68e..fa86e5db3a38 100644 --- a/include/tools/link.hxx +++ b/include/tools/link.hxx @@ -113,7 +113,8 @@ #define LINK(Instance, Class, Member) ::tools::detail::makeLink( \ static_cast(Instance), &Class::LinkStub##Member) -template class Link { +template +class SAL_WARN_UNUSED Link { public: typedef Ret Stub(void *, Arg); -- cgit