[Webkit-unassigned] [Bug 27983] Explicitly include limits.h header when using INT_MAX and INT_MIN

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 07:50:46 PDT 2009


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


Adam Treat <treat at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34061|review?                     |review+
               Flag|                            |




--- Comment #2 from Adam Treat <treat at kde.org>  2009-08-04 07:50:46 PDT ---
(From update of attachment 34061)
> From a82bc9d1cc1bb8aced54074bf3152c6f84ab560a Mon Sep 17 00:00:00 2001

>  #include <stdio.h>
> +#include <limits.h>
>  #include <wtf/Threading.h>

Change the order of includes as <limit.h> is alphabetically first before
<stdio.h> and then r+.  You can change this when landing.

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