[Bf-committers] Vector Warnings?

Douglas Bischoff bf-committers@blender.org
Mon, 5 May 2003 10:19:31 -0400


Hello:

I've been seeing these warnings pop up all over the place whenever I 
build, and just wondered if there is any cause for concern, or whether 
this is an understood phenomenon.

The warning looks like this:
----
../../../../blender/source/blender/src/editobject.c:4272: warning: 
passing arg 1 of `Mat3MulVecfl' from incompatible pointer type
----
I see it in:
interface.c
mywindow.c
editview.c
editobject.c (LOTS of times)
editmesh.c (LOTS of times)
editmball.c
editika.c
editface.c
editcurve.c (LOTS of times)
editarmature.c (LOTS of times)
editaction.c
edit.c (LOTS of times)
drawview.c

and possibly others I missed.

Another error,
----
../../../../blender/source/blender/src/glutil.c:179: warning: passing 
arg 2 of `glGetIntegerv' from incompatible pointer type
----

Appears only in glutil.c

Is this okay, or is it a crash/error waiting to happen?

Thanks,

-Bischofftep