From 7fe8af06b36e4ec932fa8d8cc399206629b44aea Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 4 Sep 2006 12:50:49 +0000 Subject: [PATCH] warning fix --- ir/be/beprofile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beprofile.h b/ir/be/beprofile.h index 6cc173984..b3fbf18be 100644 --- a/ir/be/beprofile.h +++ b/ir/be/beprofile.h @@ -28,7 +28,7 @@ void be_profile_read(char * filename); /** * Frees the profile info */ -void be_profile_free(); +void be_profile_free(void); /** * Get block execution count as determined be profiling -- 2.20.1