On Tue, 18 Jul 2000, Han-Wen Nienhuys wrote:
> I believe i didn't report this earlier:
>
> gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -I./../gc/
> -I./../gc/include -g -O2 -Wall -Wmissing-prototypes
> -Wp,-MD,.deps/modules.pp -c modules.c -fPIC -DPIC -o .libs/modules.lo
> modules.c: In function `module_variable':
> modules.c:200: warning: passing arg 1 of `scm_hashq_ref' makes pointer
> from integer without a cast
> modules.c:204: warning: initialization makes pointer from integer
> without a cast
> modules.c:217: warning: initialization makes pointer from integer
> without a cast
> modules.c: In function `scm_standard_eval_closure':
> modules.c:248: warning: passing arg 2 of `scm_makcclo' makes integer
> from pointer without a cast
Also fixed in current cvs.
Thanks.
Dirk