Бранимир Караџић 2 years ago
parent
commit
cbfea75cfd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/common/entry/entry_osx.mm

+ 1 - 0
examples/common/entry/entry_osx.mm

@@ -727,6 +727,7 @@ namespace entry
 
 	bgfx::NativeWindowHandleType::Enum getNativeWindowHandleType(WindowHandle _handle)
 	{
+		BX_UNUSED(_handle);
 		return bgfx::NativeWindowHandleType::Default;
 	}