From 395a9acd0e8bba87da78642e62aaa86fddd5b014 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 18 Dec 2006 12:36:41 +0000 Subject: [PATCH] warning fix --- 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 cf50012f6..f4abb1961 100644 --- a/ir/be/bespillremat.c +++ b/ir/be/bespillremat.c @@ -4536,7 +4536,7 @@ be_spill_remat(const be_chordal_env_t * chordal_env) #else /* WITH_ILP */ -static void +static void INLINE only_that_you_can_compile_without_WITH_ILP_defined(void) { } -- 2.20.1