aboutsummaryrefslogtreecommitdiff
path: root/protocol/gamma-control.xml
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-04-08 18:49:25 +0000
committerDrew DeVault <sir@cmpwn.com>2019-04-08 14:03:15 -0600
commitb6d0de177adaeeb0f5990613b52d50520bc15301 (patch)
tree4b76469ff83fbba9a24cac0a1aed80aea3ee0f45 /protocol/gamma-control.xml
parent670c787fa7c8e71ed4966ae12fa70c91751eea21 (diff)
backend: unbreak on 32-bit architectures
backend/headless/output.c:132:3: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] ++backend->last_output_num); ^~~~~~~~~~~~~~~~~~~~~~~~~~ backend/noop/output.c:72:3: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] ++backend->last_output_num); ^~~~~~~~~~~~~~~~~~~~~~~~~~ backend/wayland/output.c:294:3: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] ++backend->last_output_num); ^~~~~~~~~~~~~~~~~~~~~~~~~~ backend/x11/output.c:150:3: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] ++x11->last_output_num); ^~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'protocol/gamma-control.xml')
0 files changed, 0 insertions, 0 deletions