mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
common/ipc-client.c:78:4: error: format specifies type 'long' but the argument has type 'time_t' (aka 'int') [-Werror,-Wformat]
tv.tv_sec, tv.tv_usec);
^~~~~~~~~
include/log.h:40:74: note: expanded from macro 'sway_log'
_sway_log(verb, "[%s:%d] " fmt, _sway_strip_path(__FILE__), __LINE__, ##__VA_ARGS__)
^~~~~~~~~~~
|
||
|---|---|---|
| .. | ||
| background-image.c | ||
| cairo.c | ||
| ipc-client.c | ||
| list.c | ||
| log.c | ||
| loop.c | ||
| meson.build | ||
| pango.c | ||
| stringop.c | ||
| util.c | ||