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

SparseArray::pop_front() n is shadowed

    XMLWordPrintable

Details

    • 4970a55635 (qt/qtdeclarative/dev) 4970a55635 (qt/tqtc-qtdeclarative/dev)

    Description

      In qv4sparsearray_p.h, in SparseArray::pop_front(), the variable n is shadowed, causing C4456 with MSVC. The fix is simple enough, just assign to the existing variable rather than shadow it.

      Attachments

        Activity

          People

            sami.shalayel Sami Shalayel
            aelm Andrew Forrest
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: