From: Matthias Braun Date: Fri, 8 Sep 2006 09:11:10 +0000 (+0000) Subject: warning fix X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1e3ded72fa86d5f7fa47c3254caaf19d996a22fa;p=libfirm warning fix --- 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++; } }