wxwidgets/include
Vadim Zeitlin 7897253304 Initialize members in wxFDIOHandlerEntry ctor
This avoids -Wuninitialized gcc warnings in wxFDIOHandlerMap expansion
when using -Og optimization level: apparently it is enough to enable
this warning but not enough to discard the function which doesn't seem
to be actually used (as it doesn't result in this warning in a really
optimized build).
2022-10-02 01:32:40 +02:00
..
msvc/wx Don't use token-pasting with non-identifiers in msvc/wx/setup.h 2022-08-01 17:02:55 +01:00
wx Initialize members in wxFDIOHandlerEntry ctor 2022-10-02 01:32:40 +02:00