[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11376]

Ken Hughes khughes at pacific.edu
Fri Jul 27 20:31:24 CEST 2007


This was causing a warning with gcc about mixed declarations and code, 
so removed it.

Ken

Levi Schooley wrote:
> Hello,
>
> This may be a problem unique to me, but I discovered after a merge with my soc
> branch that the raytrace.c file would not compile (scons + msvc). I was not able
> to capture the first error (cmd.exe only shows so many), but the errors occurring
> most often were like:
> source\blender\render\intern\source\raytrace.c(533) : error C2109: subscript
> requires array or pointer type
> and
> source\blender\render\intern\source\raytrace.c(538) : warning C4047: '!=' : 'int'
> differs in levels of indirection from 'void *'
>
> I removed the double semicolon at the beginning of the RE_ray_tree_add_face()
> function, and the problem seemed to go away.
>
> Thanks!
> Levi
>   



More information about the Bf-committers mailing list