From: Christoph Mallon Date: Thu, 25 Sep 2008 15:04:52 +0000 (+0000) Subject: Resolve warning. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=603ae9ea2ea5a2ac4a6b976ca8e0c4d8f35fc815;p=libfirm Resolve warning. [r22270] --- 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 */ /**