fixed warning
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 28 Nov 2007 16:52:25 +0000 (16:52 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 28 Nov 2007 16:52:25 +0000 (16:52 +0000)
[r16859]

ir/lower/lower_intrinsics.c

index 4288bee..3c23237 100644 (file)
@@ -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 */