[Webkit-unassigned] [Bug 43963] Avoid increasing required alignment of target type warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 01:25:08 PDT 2010


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





--- Comment #12 from Gabor Loki <loki at webkit.org>  2010-08-17 01:25:07 PST ---
> JavaScriptCore/pcre/pcre_compile.cpp +2592

Did you mean this one?
http://trac.webkit.org/browser/trunk/JavaScriptCore/pcre/pcre_compile.cpp#L2594
JSRegExp* re = reinterpret_cast_ptr<JSRegExp*>(new char[size]);


> and in following lines also
> 
> WebCore/platform/gtk/ScrollbarGtk.cpp +53

I am not familiar with Gtk+. What is GTK_ADJUSTMENT ?
Probably you can use reinterpret_cast_ptr here as well:
http://trac.webkit.org/browser/trunk/WebCore/platform/gtk/ScrollbarGtk.cpp#L55

> WebKit/gtk/webkit/webkitwebview.cpp   2972 and 2973

Could you point those lines in this link:
http://trac.webkit.org/browser/trunk/WebKit/gtk/webkit/webkitwebview.cpp

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