Do not use unitialized 'self' in WaylandZwpLinuxDmabuf::OnMainDevice()
Kate KulikovaPlease fix this WARNING reported by Spellchecker: "unitialized" is a possible misspelling of "uninitialized".
To bypass Spellchec...
"unitialized" is a possible misspelling of "uninitialized".
To bypass Spellchecker, add a footer with DISABLE_SPELLCHECKER
Sorry, that was a typo, thank you! Done.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Do not use uninitialized 'self' in WaylandZwpLinuxDmabuf::OnMainDevice()
In the CL https://crrev.com/c/6850415 added usage of
self->supported_buffer_formats_with_modifiers_.clear() outside
the "if defined(WAYLAND_GBM)" insertion in
WaylandZwpLinuxDmabuf::OnMainDevice(), but 'self' is initialized only
if defined(WAYLAND_GBM).
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |