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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 15 19:39:02 PDT 2013


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





--- Comment #4 from Brendan Long <b.long at cablelabs.com>  2013-04-15 19:37:18 PST ---
Actually, I think the problem is that isinf() is only in std:: in C++11 (according to http://en.cppreference.com/w/cpp/header/cmath). That can be fixed in Eclipse by explicitly setting __GXX_EXPERIMENTAL_CXX0X__. I'm not sure there's any reason to force that though.

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