summaryrefslogtreecommitdiff
path: root/dgl/src/pugl/pugl_win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dgl/src/pugl/pugl_win.cpp')
-rw-r--r--dgl/src/pugl/pugl_win.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgl/src/pugl/pugl_win.cpp b/dgl/src/pugl/pugl_win.cpp
index afbae4b3..67f40581 100644
--- a/dgl/src/pugl/pugl_win.cpp
+++ b/dgl/src/pugl/pugl_win.cpp
@@ -418,7 +418,7 @@ handleMessage(PuglView* view, UINT message, WPARAM wParam, LPARAM lParam)
}
void
-puglGrabFocus(PuglView* view)
+puglGrabFocus(PuglView* /*view*/)
{
// TODO
}
@@ -474,7 +474,7 @@ puglGetNativeWindow(PuglView* view)
}
void*
-puglGetContext(PuglView* view)
+puglGetContext(PuglView* /*view*/)
{
#ifdef PUGL_HAVE_CAIRO
if (view->ctx_type == PUGL_CAIRO) {