Files
wxWidgets/interface
Lauri Nurmi fa876c3f74 Add macro wxWARN_UNUSED to stand for the attribute 'warn_unused'
Also known as [[gnu::warn_unused]].

Use __has_attribute to check availability of the attribute. (Is available
on recent GCC and Clang versions, not available on MSVC.)

(cherry picked from commit a2e2bc57c9)
2024-10-13 18:34:29 +03:00
..