From ca0beb092436c74dad7ac19f04fb391380969681 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 20 Nov 2019 23:55:44 +0100 Subject: Mac: Fix unused parameter warning --- pugl/detail/mac.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/detail') diff --git a/pugl/detail/mac.m b/pugl/detail/mac.m index 9378d6e..2e077be 100644 --- a/pugl/detail/mac.m +++ b/pugl/detail/mac.m @@ -696,7 +696,7 @@ puglFreeWorldInternals(PuglWorld* world) } void* -puglGetNativeWorld(PuglWorld* world) +puglGetNativeWorld(PuglWorld* PUGL_UNUSED(world)) { return NULL; } -- cgit v1.2.1