mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
GCC does not like [[nodiscard]] on function pointers. Fall back to attribute(warn_unused_result) syntax, which does seem to work.
GCC does not like [[nodiscard]] on function pointers. Fall back to attribute(warn_unused_result) syntax, which does seem to work.