You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ops2.c: In function ‘x86emuOp2_cpuid’:
ops2.c:393:5: error: implicit declaration of function ‘cpuid’ [-Wimplicit-function-declaration]
393 | cpuid();
| ^~~~~
(Adding -Wno-error=implicit-function-declaration to $CFLAGS/ $CXXFLAGS works around the issue, but I think a code fix is needed.)
Regards!
The text was updated successfully, but these errors were encountered:
Building this with GCC 14.2.1, build fails with
(Adding
-Wno-error=implicit-function-declaration
to$CFLAGS
/$CXXFLAGS
works around the issue, but I think a code fix is needed.)Regards!
The text was updated successfully, but these errors were encountered: