Makefile.mingw corrections and made the code pass much stricter checks (now mandated by Makefile.mignw) to ensure GCC 14 readiness.
This commit is contained in:
@@ -63,7 +63,7 @@ acpi_log(const char *fmt, ...)
|
||||
#endif
|
||||
|
||||
static uint64_t
|
||||
acpi_clock_get()
|
||||
acpi_clock_get(void)
|
||||
{
|
||||
return tsc * cpu_to_acpi;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user