1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

add TODO for compiler warning

This commit is contained in:
Andrey Filipenkov
2025-10-30 01:32:14 +03:00
parent 2f5e26c897
commit cf52af5caa

View File

@@ -1732,6 +1732,7 @@ namespace VERMInterpreter
}
VermTreeIterator & VermTreeIterator::operator=( const VOptionList & opt )
{
// TODO: warning: all paths through this function will call itself [-Winfinite-recursion]
return *this = opt;
}
VOption & VermTreeIterator::getAsItem()