[Webkit-unassigned] [Bug 152885] [mips] Fixed unused parameter warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 06:44:09 PST 2016


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

--- Comment #4 from Julien Brianceau <jbriance at cisco.com> ---
I see two solutions here:

1) We actually setup the dummy argument, which is not a big deal (one move opcode)

2) We add somethink like this instead to check that this is actually the expected EABI_32BIT_DUMMY_ARG.

    RELEASE_ASSERT(arg1.m_value == 0);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160108/219a7393/attachment-0001.html>


More information about the webkit-unassigned mailing list