diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-04-08 19:18:42 +0000 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-08 14:02:52 -0600 |
commit | e0324fc88c4a9041e8c97bdf99ee33eb198c1310 (patch) | |
tree | 8d85c6c0fde8b110cda93b957b8a590282606e86 /sway/commands/output/disable.c | |
parent | 4b892a79aae47ef2a7a4776e959eca612e0df08b (diff) |
config/output: unbreak on 32-bit architectures
sway/config/output.c:624:54: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
sway_log(SWAY_DEBUG, "spawn_swaybg cmd[%ld] = %s", k, cmd[k]);
~~~ ^
%zu
include/log.h:40:74: note: expanded from macro 'sway_log'
_sway_log(verb, "[%s:%d] " fmt, _sway_strip_path(__FILE__), __LINE__, ##__VA_ARGS__)
^~~~~~~~~~~
Diffstat (limited to 'sway/commands/output/disable.c')
0 files changed, 0 insertions, 0 deletions