mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -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
|
|
@ -152,8 +152,7 @@ bool output_pick_format(struct wlr_output *output,
|
|||
const struct wlr_drm_format_set *display_formats,
|
||||
struct wlr_drm_format *format, uint32_t fmt) {
|
||||
struct wlr_renderer *renderer = output->renderer;
|
||||
struct wlr_allocator *allocator = output->allocator;
|
||||
assert(renderer != NULL && allocator != NULL);
|
||||
assert(renderer != NULL && output->allocator != NULL);
|
||||
|
||||
const struct wlr_drm_format_set *render_formats =
|
||||
wlr_renderer_get_render_formats(renderer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue