Compiling the new transformation code on IRIX caught a few problems.

First, a subscript out of range:.  I'm not sure how to fix it after
just a quick look.  Keith W?

"shade_tmp.h", line 803: warning(1172): subscript out of range
     gl_shade_func_tab[IDX|SHADE_RGBA_SPEC] = TAG(shade_rgba_spec);
     ^

I don't know if this is related to the FP exception problem seen on
VMS and IRIX.


Next, is this macro problem harmless?  If so, is there a way to prevent
the warning?

cc -c -I. -I../include -n32 -mips3 -O3 -ansi -DSHM -woff 1185 -DNO_CONST xform.c -o 
xform.o
"copy_tmp.h", line 60: warning(1076): argument to macro is empty
  static void TAG2(init_copy, ) ()
                              ^

"copy_tmp.h", line 60: warning(1076): argument to macro is empty
  static void TAG2(init_copy, ) ()
                              ^


-Brian

----------------------------------------------------------------------
Brian Paul        Avid Technology / Softimage      [EMAIL PROTECTED]

Reply via email to