diff options
-rw-r--r-- | pugl/detail/mac.m | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |