From d0b3166918a09be4d589cdaaa49f5d2a0a360816 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 12 Oct 2008 03:23:00 +0000 Subject: [PATCH] - fixed warning [r22786] --- ir/be/bemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1