From 603ae9ea2ea5a2ac4a6b976ca8e0c4d8f35fc815 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 25 Sep 2008 15:04:52 +0000 Subject: [PATCH] Resolve warning. [r22270] --- ir/debug/debugger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/debug/debugger.c b/ir/debug/debugger.c index ff43b2c1d..91bfc236c 100644 --- a/ir/debug/debugger.c +++ b/ir/debug/debugger.c @@ -436,9 +436,9 @@ static const char *reason_str(bp_reasons_t reason) case BP_ON_REMIRG: return "removing IRG"; case BP_ON_NEW_ENT: return "entity creation"; case BP_ON_NEW_TYPE: return "type creation"; + case BP_MAX_REASON: break; } panic("unsupported reason"); - return "unknown"; } /* reason_str */ /** -- 2.20.1