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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 16 08:41:38 PDT 2013


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





--- Comment #8 from Brendan Long <b.long at cablelabs.com>  2013-04-16 08:39:55 PST ---
(In reply to comment #7)
> 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.

I could make it define these when --std=c++11 isn't set if that would be useful.

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

This is in the Eclipse IDE. Builds work fine (presumably --std=c++11 is set?), it's just annoying that Eclipse highlights every usage of std::isinf() as an error.

It sounds like it's probably better to just document how to get Eclipse working with QtWebKit and WebKitGtk instead of changing this?

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