소스 검색

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