From: Matthias Braun Date: Mon, 4 Sep 2006 12:50:49 +0000 (+0000) Subject: warning fix X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7fe8af06b36e4ec932fa8d8cc399206629b44aea;p=libfirm warning fix --- 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