aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/backend.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-11-24 19:33:26 +0100
committerDrew DeVault <sir@cmpwn.com>2019-11-25 08:54:04 -0500
commitbcd5f7d259690b547d9858d201b1126df78c6451 (patch)
tree8d8296d6abeb03145bb54073c480ee8f93a95599 /backend/x11/backend.c
parent6bd7a62c09af07dfecd2ae1d056d1cb2c68c2b01 (diff)
render: remove return in wlr_texture_get_size
Otherwise this error happens: ../subprojects/wlroots/render/wlr_texture.c: In function ‘wlr_texture_get_size’: ../subprojects/wlroots/render/wlr_texture.c:47:9: error: ISO C forbids ‘return’ with expression, in function returning void [-Werror=pedantic] 47 | return texture->impl->get_size(texture, width, height); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../subprojects/wlroots/render/wlr_texture.c:45:6: note: declared here 45 | void wlr_texture_get_size(struct wlr_texture *texture, int *width, | ^~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'backend/x11/backend.c')
0 files changed, 0 insertions, 0 deletions