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