mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 14:59:26 +00:00
fix warning: a function declaration without a prototype is deprecated in all versions of C
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
#include "uraiddefs.h" // for device_after_raid, device_before_raid, ura...
|
#include "uraiddefs.h" // for device_after_raid, device_before_raid, ura...
|
||||||
#include "uraidextdefs.h" // for URMAXFXNUM, URaid_inputstring, URaid_FXarray
|
#include "uraidextdefs.h" // for URMAXFXNUM, URaid_inputstring, URaid_FXarray
|
||||||
|
|
||||||
void stab() { DBPRINT(("Now in stab\n")); }
|
void stab(void) { DBPRINT(("Now in stab\n")); }
|
||||||
|
|
||||||
/***************************************************************
|
/***************************************************************
|
||||||
error
|
error
|
||||||
|
|||||||
Reference in New Issue
Block a user