Another round of sonarlint work

This commit is contained in:
Jasmine Iwanek
2023-06-28 13:46:28 -04:00
parent b750471e5c
commit 1116aadb6f
135 changed files with 2425 additions and 1355 deletions

View File

@@ -29,6 +29,7 @@
#include <86box/mem.h>
#include <86box/pit.h>
#include <86box/port_92.h>
#include <86box/plat_unused.h>
#define PORT_92_INV 1
#define PORT_92_WORD 2
@@ -74,7 +75,7 @@ port_92_readw(uint16_t port, void *priv)
TODO: ALi M1543(c) behavior.
*/
static void
port_92_pulse(void *priv)
port_92_pulse(UNUSED(void *priv))
{
softresetx86(); /* Pulse reset! */
cpu_set_edx();
@@ -174,7 +175,7 @@ port_92_remove(void *priv)
}
static void
port_92_reset(void *priv)
port_92_reset(UNUSED(void *priv))
{
cpu_alt_reset = 0;