From 7141fbad27ecd6e5eb38f8c71b036970ca865b0f Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Fri, 31 Jan 2014 22:51:40 -0800 Subject: [PATCH] Ignoring comment on fall-through for now, as all imports cause it. --- src/alloy/hir/hir_builder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloy/hir/hir_builder.cc b/src/alloy/hir/hir_builder.cc index 69cabc286..efc12e723 100644 --- a/src/alloy/hir/hir_builder.cc +++ b/src/alloy/hir/hir_builder.cc @@ -71,7 +71,7 @@ int HIRBuilder::Finalize() { // No following block. // Sometimes VC++ generates functions with bl at the end even if they // will never return. Just add a return to satisfy things. - XELOGW("Fall-through out of the function."); + //XELOGW("Fall-through out of the function."); Trap(); Return(); current_block_ = NULL;