Werner Koch <[EMAIL PROTECTED]> writes:
> Niels M�ller <[EMAIL PROTECTED]> writes:
>
> > > ?????.c:112: warning: pointer of type `void *' used in arithmetic
> > >
> > > ????? - in a lot of files - tell me if you want full list.
> >
> > The exact error messages would help.
>
> Assuming a size of 1 vor void * is a gcc extension and this warning
> simply tells you that you are not ANSI conform - maybe a newer version
> of gcc with some otehr default warnings.
I know about this extension, but I'm not doing arithmetic on void *.
So this must be a side effect of some other problem.
/Niels