From: Matthias Braun Date: Thu, 30 Aug 2007 12:25:47 +0000 (+0000) Subject: fix warning X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f9bf701feb4c98b706a193041bbbae59c4a52bf7;p=libfirm fix warning [r15624] --- diff --git a/ir/be/bespillremat.c b/ir/be/bespillremat.c index 5ad2cee65..390a0f421 100644 --- a/ir/be/bespillremat.c +++ b/ir/be/bespillremat.c @@ -4618,7 +4618,7 @@ BE_REGISTER_MODULE_CONSTRUCTOR(be_init_spillremat); #else /* WITH_ILP */ static __attribute__((unused)) -only_that_you_can_compile_without_WITH_ILP_defined(void) +void only_that_you_can_compile_without_WITH_ILP_defined(void) { }