Correct warning.

Signed-off-by: Adrian.Conlon <adrian.conlon@arup.com>
This commit is contained in:
Adrian.Conlon 2017-09-20 22:33:43 +01:00
parent acf0c53e1a
commit 32a585a980

View File

@ -744,7 +744,7 @@ namespace EightBit {
| (voice4On() << 3)
| (voice3On() << 2)
| (voice2On() << 1)
| voice1On();
| (int)voice1On();
}
void fromNR52(uint8_t value) {