From f9bf701feb4c98b706a193041bbbae59c4a52bf7 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 30 Aug 2007 12:25:47 +0000 Subject: [PATCH] fix warning [r15624] --- ir/be/bespillremat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } -- 2.20.1