gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] "unsinged": enumeral type?


From: strk
Subject: Re: [Gnash-dev] "unsinged": enumeral type?
Date: Tue, 31 Oct 2006 11:13:59 +0100

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]