On 11/11/2015 02:03 AM, Lex Trotman wrote:
On 11 November 2015 at 16:23, Matthew Brush mbrush@codebrainz.ca wrote:
On 2015-11-10 9:51 PM, Devyn Collier Johnson wrote:
[...] Here is the Gist URL - https://gist.github.com/DevynCJohnson/28ab4a66c7e29795b084
You can ignore deprecation warnings. GLib/GTK+ deprecate stuff at the drop of a hat and you could drive yourself mad trying to stay on top of it before mandatory. The (somehow valid) excuse from G* team is that a deprecation is just giving information about the future, not breaking the interface. It's a bummer that this GCC attribute causes such noisy warnings often with G* libs, but it's basically the intended purpose.
On the bright side, it looks like just a single function that was deprecated this time and the same fix/workaround should stifle all those warnings at once.
And wonder of wonders, they actually suggested what to use instead :)
Cheers Lex
Cheers, Matthew Brush
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
Yes, I know that I can ignore "warnings". I just wanted to help ensure that Geany remains flawless and awesome. I enjoy helping this team and project.