Index: src/ResolvExpr/CandidateFinder.cpp
===================================================================
--- src/ResolvExpr/CandidateFinder.cpp	(revision 8315947b914ae5bb9508eeafa64f85f406f80c05)
+++ src/ResolvExpr/CandidateFinder.cpp	(revision d7b399fdc6a1ce87c830b273e13dbce582c560d8)
@@ -1485,5 +1485,5 @@
 
 	void Finder::postvisit( const ast::CountExpr * countExpr ) {
-		const ast::UntypedExpr * untyped;
+		const ast::UntypedExpr * untyped = nullptr;
 		if ( countExpr->type ) {
 			auto enumInst = countExpr->type.as<ast::EnumInstType>();
