K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-08-25T13:48:09.746246Z K 7 svn:log V 637 x11-wm/jewel: Fix build with Clang 6 windowmanager.cc:1929:24: error: non-constant-expression cannot be narrowed from type 'int' to 'CARD32' (aka 'unsigned long') in initializer list [-Wc++11-narrowing] CARD32 geometry[] = { xres, yres }; ^~~~ windowmanager.cc:1929:24: note: insert an explicit cast to silence this issue CARD32 geometry[] = { xres, yres }; ^~~~ static_cast( ) http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/jewel-0.12.41_4.log - Make sure the build respects CXXFLAGS END