[Webkit-unassigned] [Bug 33902] Opcode.h use const void* for Opcode cause error #1211 for RVCT compiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 08:14:12 PST 2010


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #2 from Darin Adler <darin at apple.com>  2010-01-20 08:14:12 PST ---
(From update of attachment 47035)
Two problems here:

    1) We don't accept patches without change log entries.

    2) This is probably not something that should be ifdef'd based on compiler.
If void* works for the other compilers, then the patch should just switch from
const void* to void*.

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