Be sure to add "void" to all function prototypes that take no args.
[seabios.git] / src / acpi.c
index 9e5a4fccf3f72b52d24478b41f9d1d5712dcc5d6..f613b034120d3595f9e9c4104acffbeae8dbd228 100644 (file)
@@ -677,7 +677,7 @@ acpi_bios_init(void)
 }
 
 u32
-find_resume_vector()
+find_resume_vector(void)
 {
     dprintf(4, "rsdp=%p\n", RsdpAddr);
     if (!RsdpAddr || RsdpAddr->signature != RSDP_SIGNATURE)