From 080d4b13ddedbbc7d4b859e3735499e2f4bda1cb Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 29 Jan 2023 21:30:37 +0300 Subject: [PATCH] vcmi: suppress warning on IOS Let CI passes on develop. --- client/gui/CGuiHandler.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/gui/CGuiHandler.cpp b/client/gui/CGuiHandler.cpp index db88716c6..ced56145f 100644 --- a/client/gui/CGuiHandler.cpp +++ b/client/gui/CGuiHandler.cpp @@ -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) {