Hello i have Raspbian 10 (buster) installed on a model a+ rpi.
Downloaded blueberryMSX source from https://github.com/0xe1f/blueberryMSX but when i compile i get this error suddenly
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -1 from int to char inside { } [-Wnarrowing]
};
^
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -1 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -2 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -1 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -1 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -3 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -1 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -2 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -4 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -2 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -2 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -5 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -2 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -3 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -6 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -3 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -3 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -7 from int to char inside { } [-Wnarrowing]
./Src/SoundChips/OpenMsxYM2413.cpp:330:1: error: narrowing conversion of -3 from int to char inside { } [-Wnarrowing]
make: *** [Makefile:448: objs/OpenMsxYM2413.o] Error 1
what can i do to fix it and compile?i have all needed sdk files for it.