In article <1993Jan22.193633.11579@alw.nih.gov>, lnspet@forest.nia.nih.gov (Jim Haxby) writes:
> I compile my program with the module builder and I
> get the following warnings:
>
> ccom: Warning: unformat_to_3dLat.c, line 87: Argument 3 Type Doesn't Match prototype description; prototype: pointer to pointer to void is different from actual: pointer to pointer to int
> cxLatPtrGet(lattice_2d, 0, &int_ptr, 0, 0);
> -------------------------------------------^
For this one, the compiler is just swquacking about the pointer in the
third argument. No real harm, but if you really want to get around the