[Webkit-unassigned] [Bug 137973] Disable Linux-specific code in a Windows build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 3 11:01:19 PST 2014


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #240788|review?                     |review+
              Flags|                            |

--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 240788
  --> https://bugs.webkit.org/attachment.cgi?id=240788
proposed wk patch ][

View in context: https://bugs.webkit.org/attachment.cgi?id=240788&action=review

> Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp:172
> +#endif

Do you also need:

    #else
    UNUSED_PARAM(callStack);
    #endif

To avoid other warnings?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141103/e0333706/attachment-0002.html>


More information about the webkit-unassigned mailing list