Be sure to add "void" to all function prototypes that take no args.
[seabios.git] / src / pirtable.c
index 18d3ff5133bf9fd7f78fbfc20ca8b31dff775e3e..4c3f1ffc486d7afc725f43687c63f0f1138da5d0 100644 (file)
@@ -92,7 +92,7 @@ struct pir_table PIR_TABLE __aligned(16) VAR16EXPORT = {
 #endif // CONFIG_PIRTABLE && !CONFIG_COREBOOT
 
 void
-create_pirtable()
+create_pirtable(void)
 {
     if (! CONFIG_PIRTABLE)
         return;