Fix and enable -Wmaybe-uninitialized

This commit is contained in:
Cameron Gutman
2023-05-10 23:57:08 -05:00
parent f08ba0fd7c
commit 8db0ad0cc6
5 changed files with 16 additions and 23 deletions

View File

@@ -396,7 +396,6 @@ namespace video {
struct sync_session_t {
sync_session_ctx_t *ctx;
platf::img_t *img_tmp;
session_t session;
};