- fixed warning
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 12 Oct 2008 03:23:00 +0000 (03:23 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 12 Oct 2008 03:23:00 +0000 (03:23 +0000)
[r22786]

ir/be/bemodule.c

index a00714a..619e863 100644 (file)
@@ -148,7 +148,7 @@ void be_quit_modules(void)
 //---------------------------------------------------------------------------
 
 typedef struct module_opt_data_t {
 //---------------------------------------------------------------------------
 
 typedef struct module_opt_data_t {
-       void **var;
+       const void **var;
        be_module_list_entry_t * const *list_head;
 } module_opt_data_t;
 
        be_module_list_entry_t * const *list_head;
 } module_opt_data_t;