From: Michael Beck Date: Wed, 28 Nov 2007 16:52:25 +0000 (+0000) Subject: fixed warning X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7d6fbacaf843929944ea9434802fcee66eb1caeb;p=libfirm fixed warning [r16859] --- diff --git a/ir/lower/lower_intrinsics.c b/ir/lower/lower_intrinsics.c index 4288bee8d..3c23237c3 100644 --- a/ir/lower/lower_intrinsics.c +++ b/ir/lower/lower_intrinsics.c @@ -541,6 +541,8 @@ int i_mapper_strlen(ir_node *call, void *ctx) { ir_node *s = get_Call_param(call, 0); ir_entity *ent = get_const_entity(s); + (void) ctx; + /* FIXME: this cannot handle constant strings inside struct initializers yet */ if (ent != NULL) { /* a constant entity */