Assorted warning fixes

This commit is contained in:
Jasmine Iwanek
2025-01-26 15:15:53 -05:00
parent a5bf0dc9c8
commit 5f273265ae
136 changed files with 1374 additions and 1291 deletions

View File

@@ -20,6 +20,7 @@
#include "softfloat3e/config.h"
#include "softfloat3e/fpu_trans.h"
#include "softfloat3e/specialize.h"
#include <86box/plat_unused.h>
uint32_t x87_pc_off;
uint32_t x87_op_off;
@@ -312,7 +313,7 @@ FPU_write_eflags_fpu_compare(int float_relation)
}
uint16_t
FPU_exception(uint32_t fetchdat, uint16_t exceptions, int store)
FPU_exception(UNUSED(uint32_t fetchdat), uint16_t exceptions, int store)
{
uint16_t status;
uint16_t unmasked;