From 6c7043916eb46ec0cbc3c5b20ba853c18c6777d7 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Thu, 28 Jun 2012 08:29:40 -0700 Subject: [PATCH] Silence bogus compiler warning --- ctx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ctx.cpp b/ctx.cpp index 75c05769..e45d5465 100644 --- a/ctx.cpp +++ b/ctx.cpp @@ -200,6 +200,7 @@ CFInfo::GetForeach(FunctionEmitContext::ForeachType ft, break; default: FATAL("Unhandled foreach type"); + return NULL; } return new CFInfo(cfType, breakTarget, continueTarget,