mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
Merge branch 'build-errors' into 'master'
Fix build errors with -Werror and NDEBUG See merge request wlroots/wlroots!4557
This commit is contained in:
commit
ccf98e44cd
9 changed files with 33 additions and 38 deletions
|
|
@ -96,8 +96,7 @@ static void output_frame_notify(struct wl_listener *listener, void *data) {
|
|||
struct sample_output *sample_output = wl_container_of(listener, sample_output, frame);
|
||||
struct sample_state *state = sample_output->state;
|
||||
struct wlr_output *wlr_output = sample_output->output;
|
||||
struct wlr_renderer *renderer = state->renderer;
|
||||
assert(renderer);
|
||||
assert(state->renderer);
|
||||
|
||||
struct wlr_output_state output_state;
|
||||
wlr_output_state_init(&output_state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue