mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-25 19:46:21 +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 "uraidextdefs.h" // for URMAXFXNUM, URaid_inputstring, URaid_FXarray
|
||||
|
||||
void stab() { DBPRINT(("Now in stab\n")); }
|
||||
void stab(void) { DBPRINT(("Now in stab\n")); }
|
||||
|
||||
/***************************************************************
|
||||
error
|
||||
|
||||
Reference in New Issue
Block a user