From dd16e848477b77e549b7c20b15361b3a81624c0b Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Mon, 6 May 2024 13:36:43 +0100 Subject: [PATCH] clang: silence use after label --- fvwm/module_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fvwm/module_interface.c b/fvwm/module_interface.c index 2da2ed133..3eb11d13d 100644 --- a/fvwm/module_interface.c +++ b/fvwm/module_interface.c @@ -500,6 +500,7 @@ void send_monitor_info(fmodule *send) void BroadcastMonitorList(fmodule *this) { + char action[256]; struct monitor *m; fmodule_list_itr moditr; fmodule *module; @@ -526,7 +527,6 @@ void BroadcastMonitorList(fmodule *this) * react to a M_NEW_PAGE event, which DesktopSize will do; and * this avoids duplication in FvwmPager as a result. */ - char action[256]; /* Every monitor will have the same dx/dy values, so just take * the fist entry in our list.