mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 17:45:31 -07:00
More sonarlint work
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <86box/keyboard.h>
|
||||
#include <86box/sound.h>
|
||||
#include <86box/video.h>
|
||||
#include <86box/plat_unused.h>
|
||||
|
||||
// Temporarily here till we move everything out into the right files
|
||||
extern const device_t pcjr_device;
|
||||
@@ -12953,7 +12954,7 @@ machine_get_p1(void)
|
||||
}
|
||||
|
||||
void
|
||||
machine_load_p1(int m)
|
||||
machine_load_p1(UNUSED(int m))
|
||||
{
|
||||
machine_p1 = machines[machine].kbc_p1;
|
||||
}
|
||||
@@ -12965,7 +12966,7 @@ machine_get_gpio(void)
|
||||
}
|
||||
|
||||
void
|
||||
machine_load_gpio(int m)
|
||||
machine_load_gpio(UNUSED(int m))
|
||||
{
|
||||
machine_gpio = machines[machine].gpio;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user