Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-29723

Building with disabled RTTI fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • 5.0.2
    • 5.0.1
    • WebKit
    • None
    • Windows 7 SP1 x64
      Visual C++ 2010 x64 target
    • I983d17256164e86b2db3bad98093429e0469a9aa

      When making debug build ot Qt it fails on:
      qtwebkit\Source\WebCore\platform\graphics\texmap\GraphicsLayerTextureMapper.cpp:470

      because of ASSERT() that use dynamic_cast
      ASSERT(dynamic_cast<TextureMapperTiledBackingStore*>(m_backingStore.get()));

      This error can be easy avoided if using preprocessor check for QT_NO_DYNAMIC_CAST

      If more clean fix is needed I will let someone else to find it.

      P.S. The wildcard* will be ate when I post this...

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            abecsi Andras Becsi
            storm Nikolay Nikolov Baklicharov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes