From f0f6077dc51a20dfa0387d4e68eb677e50ab76cd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 14 Oct 2015 21:19:35 +0300 Subject: [PATCH] WaE: loplugin:staticmethods Change-Id: I2dd4ace6d884ba59820814e23a8e55d9b0e60ef6 --- vcl/unx/gtk/app/gtkdata.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx index 6dc0cbf305cd..94d069dba884 100644 --- a/vcl/unx/gtk/app/gtkdata.cxx +++ b/vcl/unx/gtk/app/gtkdata.cxx @@ -1030,6 +1030,8 @@ void GtkSalDisplay::RefreshMenusUnity() pSalMenu->UpdateFull(); } } +#else + (void) this; #endif } #endif