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

@@ -38,6 +38,7 @@
#include <86box/vid_cga.h>
#include <86box/vid_nga.h>
#include <86box/vid_cga_comp.h>
#include <86box/plat_unused.h>
#define CGA_RGB 0
#define CGA_COMPOSITE 1
@@ -86,7 +87,7 @@ nga_in(uint16_t addr, void *priv)
}
void
nga_waitstates(void *p)
nga_waitstates(UNUSED(void *priv))
{
int ws_array[16] = { 3, 4, 5, 6, 7, 8, 4, 5, 6, 7, 8, 4, 5, 6, 7, 8 };
int ws;
@@ -553,7 +554,7 @@ nga_speed_changed(void *priv)
}
void *
nga_init(const device_t *info)
nga_init(UNUSED(const device_t *info))
{
int mem;
uint8_t charset;