mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 07:30:21 +00:00
fix warning: a function declaration without a prototype is deprecated in all versions of C
This commit is contained in:
parent
81d459be16
commit
5ee8f49002
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user