瀏覽代碼

add TODO for compiler warning

Andrey Filipenkov 1 月之前
父節點
當前提交
cf52af5caa
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      scripting/erm/ERMInterpreter.cpp

+ 1 - 0
scripting/erm/ERMInterpreter.cpp

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