mirror of
https://github.com/simh/simh.git
synced 2026-01-26 12:02:14 +00:00
VIDEO: Silence minor compiler warning
This commit is contained in:
@@ -87,13 +87,13 @@ t_stat vid_show (FILE* st, DEVICE *dptr, UNIT* uptr, int32 val, CONST char* des
|
||||
return vid_show_video (st, uptr, val, desc);
|
||||
}
|
||||
|
||||
#if defined(USE_SIM_VIDEO) && defined(HAVE_LIBSDL)
|
||||
|
||||
static const char *vid_dname (DEVICE *dev)
|
||||
{
|
||||
return dev ? sim_dname(dev) : "Video Device";
|
||||
}
|
||||
|
||||
#if defined(USE_SIM_VIDEO) && defined(HAVE_LIBSDL)
|
||||
|
||||
static int vid_gamepad_ok = 0; /* Or else just joysticks. */
|
||||
|
||||
char vid_release_key[64] = "Ctrl-Right-Shift";
|
||||
|
||||
Reference in New Issue
Block a user