XMLWordPrintable

Details

    Description

      1.

       [832/4986] Building CXX object src/tools/qml2puppet/CMakeFiles/qml2puppet.dir/qml2puppet/runner/qmlruntime.cpp.o
      In file included from /data/dev/creator/src/tools/qml2puppet/qml2puppet/runner/qmlruntime.cpp:5:
      /data/dev/creator/src/tools/qml2puppet/qml2puppet/runner/qmlruntime.h:28:9: warning: private field 'm_exitTimerId' is not used [-Wunused-private-field]
          int m_exitTimerId = -1;
              ^
      

      There is a use, but that's only setting it, and only on Mac:

       #if defined(Q_OS_DARWIN)
              if (qobject_cast<QGuiApplication *>(m_coreApp.data())) {
                  m_exitTimerId = static_cast<QGuiApplication *>(m_coreApp.get())
                                      ->startTimer(FILE_OPEN_EVENT_WAIT_TIME);
              } else
      #endif
      

      2. 

       [1748/4986] Building CXX object tests/unit/tests/unittests/CMakeFiles/unittest.dir/imagecache/taskqueue-test.cpp.o
      /data/dev/creator/tests/unit/tests/unittests/imagecache/taskqueue-test.cpp:18:17: warning: unused function 'operator==' [-Wunused-function]
          friend bool operator==(Task first, Task second) { return first.i == second.i; }
                      ^
      1 warning generated.

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            hjk hjk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes