[Webkit-unassigned] [Bug 124153] [EFL] Fix several warnings for ARM cross compilation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 15 04:38:31 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=124153
Gabor Rapcsanyi <rgabor at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #216581|0 |1
is obsolete| |
Attachment #216581|review?, commit-queue? |
Flag| |
Attachment #217042| |review?, commit-queue?
Flag| |
--- Comment #9 from Gabor Rapcsanyi <rgabor at webkit.org> 2013-11-15 04:37:08 PST ---
Created an attachment (id=217042)
--> (https://bugs.webkit.org/attachment.cgi?id=217042&action=review)
Fix for ARM warnings
This patch fixes all of the warnings. Mostly I changed some reinterpret_cast to reinterpret_cast_ptr and add some UNUSED_PARAM macro.
There was a strange warning here:
WebMemorySamplerLinux.cpp:70:19: warning: comparison is always false due to limited range of data type
As I found out on ARM architecture the char type is unsigned by default and this caused the problem. I changed that to signed char.
--
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