Skip to content

Commit

Permalink
clang: silence use after label
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed May 6, 2024
1 parent da4387b commit ee2ff46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvwm/module_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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.
Expand Down

0 comments on commit ee2ff46

Please sign in to comment.