On Tue, Oct 31, 2006 at 10:59:33AM +0100, Udo Giacomozzi wrote: > Hello strk, > > Tuesday, October 31, 2006, 10:38:18 AM, you wrote: > s> Since m_vertex is unsigned you might try using '2u' as a literal to > s> force 'unsigned' nature of that number. > > I'm not goind to change the AGG code, but when I understand the > problem I might solve it in the renderer code since it may be a > template-related problem.
Of course, just didn't know where the code came from :) > s> Anyway, the 'enumeral' vs. 'non-enumeral' warning seems unrelated to me... > s> Rather, how is path_cmd_move_to defined ? Is it an enumeral type ? > > Yes: > http://www.antigrain.com/__code/include/agg_basics.h.html#path_cmd_move_to Ok, so, since the function must return 'unsigned', returning it triggers that warning. Is the function returning it in gnash or AGG code ? --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

