From: Li M. <mi...@mp...> - 2000-10-05 08:20:03
|
Hi, I think it's just because now Brian Paul is working on supporting 4 texture units. He modified a lot but hasn't yet change the MAX_TEXTURE_UNITS(in config.h) to 4. So u'v got such warnings. Li Ming Jacob =Jouk Jansen wrote: > Hi all, > > My compiler give me the following informationals. Although all tests run fine > I think one has to look into this. > > Jouk > > cc /include=([-.include],[])/define=(FBIND=1)/name=(as_is,short) STAGES.C > > VB->TexCoordPtr[2] = Transform( VB->store.TexCoord[2], > ......................^ > %CC-I-SUBSCRBOUNDS, In this statement, an array is being accessed outside the bo > unds specified for the array type. > at line number 519 in file $DISK2:[JOUKJ.PUBLIC.MESAGL.MESA_20001005.MESA.SRC]ST > AGES.C;1 > > VB->TexCoordPtr[2] = Transform( VB->store.TexCoord[2], > ...........................^ |