K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-08-25T13:42:44.044562Z K 7 svn:log V 677 x11-wm/obpager: Fix build with Clang 6 src/OBPager.cc:937:19: error: non-constant-expression cannot be narrowed from type 'int' to 'char' in initializer list [-Wc++11-narrowing] char text[2] = { (mDesktopNum % 9) + '1', '\0' }; ^~~~~~~~~~~~~~~~~~~~~~~ src/OBPager.cc:937:19: note: insert an explicit cast to silence this issue char text[2] = { (mDesktopNum % 9) + '1', '\0' }; ^~~~~~~~~~~~~~~~~~~~~~~ static_cast( ) 1 error generated. http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/obpager-1.8.log - Make sure the build respects CXXFLAGS END