[warnings] fix format warnings

This commit is contained in:
akallabeth
2024-10-17 20:47:13 +02:00
parent 782f349bd7
commit 8b3f807a0a
16 changed files with 32 additions and 26 deletions

View File

@@ -85,8 +85,13 @@ static UINT32 audin_oss_get_format(const AUDIO_FORMAT* format)
case 16:
return AFMT_S16_LE;
default:
break;
}
break;
default:
break;
}