[Webkit-unassigned] [Bug 174634] New: Builderror error: invalid static_cast

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 18 09:40:47 PDT 2017


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

            Bug ID: 174634
           Summary: Builderror error: invalid static_cast
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: felix at klaftenegger.de
                CC: bugs-noreply at webkitgtk.org

i get following builderror compiling webkit-gtk on a armv7 using gentoo and gcc5.4 or/and gcc6.3

/var/tmp/portage/net-libs/webkit-gtk-2.17.4-r999/work/webkitgtk-2.17.4/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h: In member function ‘void WebCore::FELighting::platformApplyNeon(WebCore::FELighting::LightingData&, WebCore::LightSource::PaintingData&)’:
/var/tmp/portage/net-libs/webkit-gtk-2.17.4-r999/work/webkitgtk-2.17.4/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h:119:96: error: invalid static_cast from type ‘WebCore::LightSource’ to type ‘WebCore::PointLightSource*’
         PointLightSource* pointLightSource = static_cast<PointLightSource*>(m_lightSource.get());
                                                                                                ^ 
/var/tmp/portage/net-libs/webkit-gtk-2.17.4-r999/work/webkitgtk-2.17.4/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h:126:93: error: invalid static_cast from type ‘WebCore::LightSource’ to type ‘WebCore::SpotLightSource*’
         SpotLightSource* spotLightSource = static_cast<SpotLightSource*>(m_lightSource.get());
                                                                                             ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170718/18ea7c4d/attachment.html>


More information about the webkit-unassigned mailing list