mirror of
https://github.com/swaywm/sway.git
synced 2026-03-23 05:35:26 -04:00
Clang 13 reports:
../sway/commands.c:470:23: error: variable 'context' set but not used
[-Werror,-Wunused-but-set-variable]
enum command_context context = 0;
^
Last use of was removed in commit
|
||
|---|---|---|
| .. | ||
| desktop | ||
| input | ||
| tree | ||
| commands.h | ||
| config.h | ||
| criteria.h | ||
| decoration.h | ||
| desktop.h | ||
| ipc-json.h | ||
| ipc-server.h | ||
| layers.h | ||
| output.h | ||
| server.h | ||
| surface.h | ||
| swaynag.h | ||
| xdg_decoration.h | ||
| xwayland.h | ||