From: Michael Beck Date: Sun, 12 Oct 2008 03:23:00 +0000 (+0000) Subject: - fixed warning X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=d0b3166918a09be4d589cdaaa49f5d2a0a360816;p=libfirm - fixed warning [r22786] --- diff --git a/ir/be/bemodule.c b/ir/be/bemodule.c index a00714a8d..619e86339 100644 --- a/ir/be/bemodule.c +++ b/ir/be/bemodule.c @@ -148,7 +148,7 @@ void be_quit_modules(void) //--------------------------------------------------------------------------- typedef struct module_opt_data_t { - void **var; + const void **var; be_module_list_entry_t * const *list_head; } module_opt_data_t;