Further pushed size_t: callgraph functions uses size_t now.
[libfirm] / ir / opt / ifconv.c
index ee24f48..27a3236 100644 (file)
@@ -274,7 +274,7 @@ static void prepare_path(ir_node* block, int i, const ir_node* dependency)
  */
 static void if_conv_walker(ir_node *block, void *ctx)
 {
-       walker_env *env = ctx;
+       walker_env *env = (walker_env*)ctx;
        int arity;
        int i;