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

@@ -33,6 +33,7 @@
#include <86box/86box.h>
#include <86box/midi.h>
#include <86box/sound.h>
#include <86box/plat_unused.h>
#define FREQ SOUND_FREQ
#define BUFLEN SOUNDBUFLEN
@@ -58,7 +59,7 @@ al_set_midi(int freq, int buf_size)
void closeal(void);
ALvoid
alutInit(ALint *argc, ALbyte **argv)
alutInit(UNUSED(ALint *argc), UNUSED(ALbyte **argv))
{
/* Open device */
Device = alcOpenDevice((ALCchar *) "");