mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-05 13:29:50 -05:00
Fix warnings from adding -Wall back
This commit is contained in:
parent
1f25315ae2
commit
06bc26401c
4 changed files with 9 additions and 8 deletions
|
|
@ -74,7 +74,7 @@ int wl_event_loop_dispatch(struct wl_event_loop *loop, int timeout);
|
|||
struct wl_event_source *wl_event_loop_add_idle(struct wl_event_loop *loop,
|
||||
wl_event_loop_idle_func_t func,
|
||||
void *data);
|
||||
int wl_event_get_fd(struct wl_event_loop *loop);
|
||||
int wl_event_loop_get_fd(struct wl_event_loop *loop);
|
||||
|
||||
struct wl_client;
|
||||
struct wl_display;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue