K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-08-25T01:24:40.584541Z K 7 svn:log V 432 emulators/quasi88: Fix build with Clang 6 src/fmgen/psg.cpp:121:37: error: constant expression evaluates to -1 which cannot be narrowed to type 'uint8' (aka 'unsigned char') [-Wc++11-narrowing] static uint8 table3[4] = { 0, 1, -1, 0 }; ^~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477468_s337991/logs/quasi88-0.6.4.log PR: 230869 Submitted by: 1wkmmr@gmail.com END