1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/emulators/quasi88
Tobias Kortkamp 9cc3645174 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
2018-08-25 01:24:40 +00:00
..
files
distinfo
Makefile
pkg-descr