[Webkit-unassigned] [Bug 17340] WebCore/platform/Timer.cpp fails to build with gcc 4.3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 02:33:28 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17340





------- Comment #1 from bero at arklinux.org  2008-02-13 02:33 PDT -------
This happens to work with older versions of gcc because

#include <limits>

used to #include <climits> as well. gcc 4.3 trims down on header
interdependencies


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



More information about the webkit-unassigned mailing list