More sonarlint work

This commit is contained in:
Jasmine Iwanek
2023-06-09 23:46:54 -04:00
parent 0d1d069af4
commit ee695e71f9
218 changed files with 6282 additions and 3845 deletions

View File

@@ -26,6 +26,7 @@
#include <86box/pit.h>
#include <86box/snd_speaker.h>
#include <86box/sound.h>
#include <86box/plat_unused.h>
int speaker_mute = 0;
int speaker_gated = 0;
@@ -85,7 +86,7 @@ speaker_update(void)
}
void
speaker_get_buffer(int32_t *buffer, int len, void *p)
speaker_get_buffer(int32_t *buffer, int len, UNUSED(void *priv))
{
int32_t val;