summaryrefslogtreecommitdiffstats
path: root/lib/libvgl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libvgl')
-rw-r--r--lib/libvgl/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libvgl/main.c b/lib/libvgl/main.c
index 2069113..8506a1b 100644
--- a/lib/libvgl/main.c
+++ b/lib/libvgl/main.c
@@ -105,7 +105,7 @@ struct vt_mode smode;
}
static void
-VGLAbort()
+VGLAbort(int arg __unused)
{
VGLAbortPending = 1;
signal(SIGINT, SIG_IGN);
@@ -116,7 +116,7 @@ VGLAbort()
}
static void
-VGLSwitch()
+VGLSwitch(int arg __unused)
{
if (!VGLOnDisplay)
VGLOnDisplay = 1;
OpenPOWER on IntegriCloud