X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp1.c;h=980b23ba0e76437eed7c8a33f00dc5ea561e6c85;hb=ad7bf85c4c61ebcd417ce5ce81cbb314bac4b697;hp=d50c333dbe15bc806837f838ec0fac46b979099a;hpb=1cde7f7a4532b1920dcb26fdc172a0ed6b6ae12f;p=libfirm diff --git a/ir/be/becopyilp1.c b/ir/be/becopyilp1.c index d50c333db..980b23ba0 100644 --- a/ir/be/becopyilp1.c +++ b/ir/be/becopyilp1.c @@ -39,7 +39,10 @@ typedef struct _my_env_t { } my_env_t; -int co_solve_ilp1(copy_opt_t *co, double time_limit) { +int co_solve_ilp1(copy_opt_t *co, double time_limit) +{ + (void) co; + (void) time_limit; return 1; }