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

@@ -635,7 +635,7 @@ hndl_poly(pgc_t *pgc)
}
static int
parse_poly(pgc_t *pgc, pgc_cl_t *cl, int c)
parse_poly(pgc_t *pgc, pgc_cl_t *cl, UNUSED(int c))
{
uint8_t count;
@@ -1031,7 +1031,7 @@ static const pgc_cmd_t im1024_commands[] = {
};
static void *
im1024_init(const device_t *info)
im1024_init(UNUSED(const device_t *info))
{
im1024_t *dev;