build(kernel): fix compiling issues on i386

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-05 17:39:42 +00:00
parent e01f488768
commit 9da2650486
2 changed files with 116 additions and 22 deletions

View File

@ -176,6 +176,9 @@ namespace Driver::VMwareToolBox
#elif defined(__i386__)
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#pragma GCC diagnostic ignored "-Wuninitialized"
#define VM_PORT(cmd, in_ebx, isi, idi, \
flags, magic, \
ax, bx, cx, dx, si, di)