[Webkit-unassigned] [Bug 130014] [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 09:55:57 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=130014





--- Comment #7 from Martin Robinson <mrobinson at webkit.org>  2014-03-12 09:56:09 PST ---
(From update of attachment 226518)
View in context: https://bugs.webkit.org/attachment.cgi?id=226518&action=review

> Source/cmakeconfig.h.cmake:130
> +#ifndef GTK_API_VERSION_2

We should probably use #if defined(BUILDING_GTK__) && !defined(GTK_API_VERSION_2) so that this doesn't leak into other ports.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list