mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Merge pull request #1523 from rilian-la-te/fix-ios-ci
suppress warning on iOS
This commit is contained in:
commit
783174c2af
@ -474,7 +474,9 @@ void CGuiHandler::handleCurrentEvent( SDL_Event & current )
|
||||
}
|
||||
else if(current.type == SDL_FINGERUP)
|
||||
{
|
||||
#ifndef VCMI_IOS
|
||||
auto fingerCount = SDL_GetNumTouchFingers(current.tfinger.touchId);
|
||||
#endif //VCMI_IOS
|
||||
|
||||
if(isPointerRelativeMode)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user