[Webkit-unassigned] [Bug 105918] [GTK] Disable deprecation warnings for GStaticRecMutex

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 07:12:23 PST 2013


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





--- Comment #7 from Philippe Normand <pnormand at igalia.com>  2013-01-07 07:14:18 PST ---
(From update of attachment 181026)
View in context: https://bugs.webkit.org/attachment.cgi?id=181026&action=review

> Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:34
> +#if (COMPILER(GCC) && GCC_VERSION_AT_LEAST(4, 6, 0))

Alright maybe another condition can be added there? !defined(GST_API_VERSION_1)
So later on when we remove the 0.10 support we'll make sure to remove this code as well.

-- 
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