Fix various compiler warnings

These caused build failures with -Werror.
This commit is contained in:
Demi Marie Obenour 2022-09-27 16:41:22 -04:00
parent 68b30e36b4
commit e8f3450a58
6 changed files with 13 additions and 68 deletions

View file

@ -56,6 +56,7 @@ x86_init(struct impl *impl)
} else if (family == 0x06)
model += extended_model;
}
(void)model;
flags = 0;
if (ecx & bit_SSE3)