CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
/var/pisi/threadweaver-6.20.0-80/work/threadweaver-6.20.0/src/debuggingaids.cpp: In function ‘void ThreadWeaver::mutexAssertUnlocked(QMutex*, const char*)’:
/var/pisi/threadweaver-6.20.0-80/work/threadweaver-6.20.0/src/debuggingaids.cpp:23:53: warning: unused parameter ‘where’ [-Wunused-parameter]
23 | void mutexAssertUnlocked(QMutex *mutex, const char *where)
| ~~~~~~~~~~~~^~~~~
/var/pisi/threadweaver-6.20.0-80/work/threadweaver-6.20.0/src/debuggingaids.cpp: In function ‘void ThreadWeaver::mutexAssertLocked(QMutex*, const char*)’:
/var/pisi/threadweaver-6.20.0-80/work/threadweaver-6.20.0/src/debuggingaids.cpp:32:51: warning: unused parameter ‘where’ [-Wunused-parameter]
32 | void mutexAssertLocked(QMutex *mutex, const char *where)
| ~~~~~~~~~~~~^~~~~