wxWidgets/tests/events
Vadim Zeitlin e8ceaabb87 Avoid gcc -Wunused-function warnings in wxEvtHandler unit test
The warnings are justified as the functions defined by the event table
macros are indeed not used here because we only write them to test that
they compile, but not useful, so suppress them.
2017-11-07 02:54:05 +01:00
..
clone.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
evthandler.cpp Avoid gcc -Wunused-function warnings in wxEvtHandler unit test 2017-11-07 02:54:05 +01:00
evtlooptest.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
evtsource.cpp
keyboard.cpp
propagation.cpp Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
stopwatch.cpp Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
timertest.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00