From 1e3ded72fa86d5f7fa47c3254caaf19d996a22fa Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 8 Sep 2006 09:11:10 +0000 Subject: [PATCH] warning fix --- ir/be/becopyheur2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/becopyheur2.c b/ir/be/becopyheur2.c index 489a91510..a456ccc72 100644 --- a/ir/be/becopyheur2.c +++ b/ir/be/becopyheur2.c @@ -1027,7 +1027,7 @@ static void process(co2_t *env) co2_cloud_irn_t *ci = get_co2_cloud_irn(env, a->irn); if(!ci->cloud) { - co2_cloud_t *cloud = new_cloud(env, a); + new_cloud(env, a); n_clouds++; } } -- 2.20.1