mirror of
https://github.com/open-simh/simh.git
synced 2026-03-05 11:04:49 +00:00
STUB: Fix "non-void function does not return a value" warning
Found with Debian clang version 15.0.3-2 and LTO=1.
This commit is contained in:
committed by
Paul Koning
parent
e91fbebe3d
commit
5727609e40
@@ -60,6 +60,7 @@ t_bool build_dev_tab (void)
|
||||
t_stat fprint_sym (FILE *of, t_addr addr, t_value *val,
|
||||
UNIT *uptr, int32 sw)
|
||||
{
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
t_stat parse_sym (CONST char *cptr, t_addr addr, UNIT *uptr,
|
||||
|
||||
Reference in New Issue
Block a user