[Bug 224945] Ports maintained by kde@ broken by Clang 6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 8 14:22:05 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224945

--- Comment #27 from Jan Beich <jbeich at 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.


More information about the kde-freebsd mailing list