Disable warnings about deprecated declarations in wxGTK3 build
There are just too many of these warnings because GTK+ people are extremely deprecation-happy and like marking functions which need to be used for the code to work with the older GTK+ versions as deprecated. Because of this, in many cases we have no choice but to continue to use the now deprecated functions and the only way to avoid them is to pepper the code with the pragmas doing this. Disabling the warning globally seems like the lesser evil because not disabling them at all is worse than useless as the flood of the unavoidable deprecation warnings hides any real ones that might occur.
This commit is contained in:
Reference in New Issue
Block a user