mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Sensation audio: Initialize ret in sensation_visdac_read, should fix a compiler warning
This commit is contained in:
@@ -808,6 +808,7 @@ sensation_visdac_read(uint16_t port, void *priv)
|
||||
sensation_t *visdac = (sensation_t *) priv;
|
||||
|
||||
uint8_t ret;
|
||||
ret = 0xff;
|
||||
|
||||
switch (port & 0xF) {
|
||||
case 0x00:
|
||||
|
||||
Reference in New Issue
Block a user