[Webkit-unassigned] [Bug 43192] Warning fix on platforms where XP_MACOSX is undefined.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 08:48:52 PDT 2010


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #62950|                            |review?
               Flag|                            |




--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org>  2010-07-29 08:48:52 PST ---
Created an attachment (id=62950)
 --> (https://bugs.webkit.org/attachment.cgi?id=62950)
proposed patch

We can use #if defined(XP_MACOSX) instead of #if XP_MACOSX ,
because XP_MACOSX is 1 when it is defined.

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