mirror of
https://github.com/flatpak/flatpak.git
synced 2026-06-01 04:40:57 -04:00
The warning seems to happen with GCC 11 but not with GCC 13 or newer. A simple void cast still leaves the warning enabled due to a bug or intentional choice in GCC [1], so it is assigned to a variable first and then void-ed. [1]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425