I am uploading a patch here that I found useful for myself:
I have enhanced the compiler options to ignore compiler output messages that match a certain string(s).
I found this very handy when I was building my project(s) with all warnings to ignore warnings coming from 3rd party libs.
You can find the the new option on the "other settings" tab in the compiler options (applies to all compilers at once).
If you (e.g.) add the path to your wxWidgets libs there (in my case it's D:/Devel/wxWidgets) all messages / warnings / errors that contain this string are ignored and are not shown in the compiler/build log. For convenience I piped them to the debug log anyways...
Probably somebody might find this helpful, too...
[attachment deleted by admin]