aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_win.c')
-rw-r--r--pugl/pugl_win.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pugl/pugl_win.c b/pugl/pugl_win.c
index b691295..e47916c 100644
--- a/pugl/pugl_win.c
+++ b/pugl/pugl_win.c
@@ -856,9 +856,8 @@ puglRequestAttention(PuglView* view)
}
PuglStatus
-puglWaitForEvent(PuglView* view)
+puglWaitForEvent(PuglView* PUGL_UNUSED(view))
{
- (void)view;
WaitMessage();
return PUGL_SUCCESS;
}