mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2025-12-11 18:07:56 +08:00
Doing this in this way instead of just adding -Wextra and other options to the compiler command line allows to use more stringent warnings for our own code, but not for the third party libraries, that would usually be compiled with the same compiler options as it.