Fixup buffer.c compiler warning

Signed-off-by: Jim Ramsay <i.am@jimramsay.com>
pull/210/head
Jim Ramsay 2022-12-29 05:50:44 -05:00
parent 92e79bb971
commit 86652c8a42
1 changed files with 1 additions and 1 deletions

View File

@ -312,8 +312,8 @@ static bool wv_buffer_pool_match_buffer(struct wv_buffer_pool* pool,
return false;
}
/* fall-through */
#ifdef ENABLE_SCREENCOPY_DMABUF
/* fall-through */
case WV_BUFFER_DMABUF:
#endif
if (pool->width != buffer->width