https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224945
--- Comment #27 from Jan Beich <jbe...@freebsd.org> --- (In reply to commit-hook from comment #16) x11/kdelibs4 still fails on i386: kdeui/util/kpixmapcache.cpp:1180:88: error: non-constant-expression cannot be narrowed from type 'quint32' (aka 'unsigned int') to 'time_t' (aka 'int') in initializer list [-Wc++11-narrowing] KPixmapCacheIndexHeader indexHeader = { {0}, KPIXMAPCACHE_VERSION, 0, d->mCacheId, d->mTimestamp }; ^~~~~~~~~~~~~ kdeui/util/kpixmapcache.cpp:1180:88: note: insert an explicit cast to silence this issue KPixmapCacheIndexHeader indexHeader = { {0}, KPIXMAPCACHE_VERSION, 0, d->mCacheId, d->mTimestamp }; ^~~~~~~~~~~~~ static_cast<time_t>( ) http://package18.nyi.freebsd.org/data/headi386PR224669-default/2018-01-07_22h53m03s/logs/errors/kdelibs-4.14.30_7.log -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.