silence a warning

This commit is contained in:
HJfod 2024-07-29 15:15:08 +03:00
parent 4b4bc0eb9b
commit 69f2934768

View file

@ -227,7 +227,7 @@ void MDTextArea::onGDLevel(CCObject* pSender) {
void MDTextArea::onGeodeMod(CCObject* sender) {
auto href = as<CCString*>(as<CCNode*>(sender)->getUserObject());
auto modID = std::string(href->getCString());
openInfoPopup(modID.substr(modID.find(":") + 1));
(void)openInfoPopup(modID.substr(modID.find(":") + 1));
}
void MDTextArea::FLAlert_Clicked(FLAlertLayer* layer, bool btn) {