[Webkit-unassigned] [Bug 10080] Adopt gcc -pedantic changes from the Unity project to improve cross-compiler compatibility

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jul 29 14:28:11 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10080


sam.weinig at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #9750 is|0                           |1
           obsolete|                            |
   Attachment #9757|                            |review?
               Flag|                            |




------- Comment #11 from sam.weinig at gmail.com  2006-07-29 14:28 PDT -------
Created an attachment (id=9757)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=9757&action=view)
patch 4

Now uses -numeric_limits<double>::infinity() instead of
-numeric_limits<double>::max() (which was instead of -HUGE_VAL).  For floating
point numbers numeric_limits<>::min() is actually the smallest positive number,
so this is our best bet.  Added other changes to ChangeLogs.  The reason to use
C style comments in those prefix headers is really only to give the compiler
what it wants.  I think that they might get included in some non-C++ files and
therefore the pedantic setting warns about it.


-- 
Configure bugmail: http://bugzilla.opendarwin.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