[Webkit-unassigned] [Bug 114654] [GStreamer] Eclipse warnings in MediaPlayerPrivateGStreamer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 16 00:20:33 PDT 2013


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





--- Comment #7 from Zan Dobersek <zandobersek at gmail.com>  2013-04-16 00:18:48 PST ---
(In reply to comment #2)
>   * isinf() isn't in std:: since we're not importing it with #import <cmath>. I'm trying to figure out how it actually is being imported (I assume gstreamer or glib, but I'm not sure).

If including the <math.h> header isn't putting the isinf method inside std::, the <wtf/MathExtras.h> header (in Source/WTF/wtf/) should handle the OS-specific setup to do so and should then be included where necessary.

To clarify, are we talking about the Eclipse IDE? What compiler is used? What version of it?

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