mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed a compiler warning on Linux and iOS.
This commit is contained in:
@@ -1000,6 +1000,10 @@ void Window::requestAttention(bool continuous)
|
||||
#elif defined(LOVE_MACOSX)
|
||||
|
||||
love::osx::requestAttention(continuous);
|
||||
|
||||
#else
|
||||
|
||||
LOVE_UNUSED(continuous);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user