1
0
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:
Andrey Filipenkov 2023-01-29 22:17:43 +03:00 committed by GitHub
commit 783174c2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{