[Webkit-unassigned] [Bug 93931] [EFL] Remove alloca usage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 14 06:37:14 PDT 2012


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





--- Comment #9 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-08-14 06:37:43 PST ---
(In reply to comment #7)
> Is it really worth to resolve this compilation warning?
> Kubo what do you think?

I tried the following snippet here:

    char buffer[sizeof(Edje_Message_Float_Set) + sizeof(double)];
    Edje_Message_Float_Set *message = reinterpret_cast<Edje_Message_Float_Set*>(buffer);

and neither gcc 4.7.1 nor clang 3.1 with -Wall and -Wextra have raised any warning such as the one Kangil mentions in the ChangeLog.

Kangil, what compiler are you using and what flags are being passed to it when building these files?

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