[01;33mFetching source from mirror: http://download.kde.org/stable/frameworks/6.18/kimageformats-6.18.0.tar.xz
[0mCMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
/var/pisi/kimageformats-6.18.0-82/work/kimageformats-6.18.0/src/imageformats/pic.cpp: In member function ‘virtual bool SoftimagePICHandler::write(const QImage&)’:
/var/pisi/kimageformats-6.18.0-82/work/kimageformats-6.18.0/src/imageformats/pic.cpp:85:12: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 80 equals destination size [-Wstringop-truncation]
85 | strncpy(comment, header.comment.constData(), sizeof(comment));
| ^
/var/pisi/kimageformats-6.18.0-82/work/kimageformats-6.18.0/src/imageformats/pic.cpp:89:12: warning: ‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ specified bound 4 equals destination size [-Wstringop-truncation]
89 | strncpy(id, header.id.constData(), sizeof(id));
| ^
/var/pisi/kimageformats-6.18.0-82/work/kimageformats-6.18.0/src/imageformats/psd.cpp: In function ‘bool {anonymous}::IsValid(const PSDHeader&)’:
/var/pisi/kimageformats-6.18.0-82/work/kimageformats-6.18.0/src/imageformats/psd.cpp:691:22: warning: comparison of integer expressions of different signedness: ‘const uint’ {aka ‘const unsigned int’} and ‘const int’ [-Wsign-compare]
691 | if (header.width > std::min(300000, PSD_MAX_IMAGE_WIDTH) || header.height > std::min(300000, PSD_MAX_IMAGE_HEIGHT)) {
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[01;33m*** 0 error(s), 1 warning(s)
[0m