From 9b39649fa1ce4d81658a6c9448cfdf76581813f0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 30 Mar 2016 14:06:04 +0200 Subject: loplugin:staticanonymous MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cf. "tdf#97966 Compiler plugin"; in code not covered by Tamás's pending "tdf#97966 Drop 'static' keywords" changes. Change-Id: Ifbaef83fdb1fde7e25fafd5746cdbf99c334c5be --- sal/osl/unx/signal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/osl/unx/signal.cxx b/sal/osl/unx/signal.cxx index 9f44d31d078b..7f864568a402 100644 --- a/sal/osl/unx/signal.cxx +++ b/sal/osl/unx/signal.cxx @@ -352,7 +352,7 @@ void callSystemHandler(int signal) } #if defined HAVE_VALGRIND_HEADERS -static void DUMPCURRENTALLOCS() +void DUMPCURRENTALLOCS() { VALGRIND_PRINTF( "=== start memcheck dump of active allocations ===\n" ); -- cgit