Re: [E-devel] [PATCH] Use casts when using cpp

2010-03-01 Thread Vincent Torri
On Mon, 1 Mar 2010, Raoul Hecky wrote: Le samedi 27 février 2010 06:56:08, Vincent Torri a écrit : On Sat, 27 Feb 2010, Peter Wehrfritz wrote: Gustavo Sverzut Barbieri wrote: On Fri, Feb 26, 2010 at 6:33 PM, Peter Wehrfritz wrote: Gustavo Sverzut Barbieri wrote: On Fri, Feb 26, 2010 at

Re: [E-devel] [PATCH] Use casts when using cpp

2010-02-28 Thread Raoul Hecky
Le samedi 27 février 2010 06:56:08, Vincent Torri a écrit : > On Sat, 27 Feb 2010, Peter Wehrfritz wrote: > > Gustavo Sverzut Barbieri wrote: > >> On Fri, Feb 26, 2010 at 6:33 PM, Peter Wehrfritz wrote: > >>> Gustavo Sverzut Barbieri wrote: > On Fri, Feb 26, 2010 at 10:44 AM, Lucas De Marchi

Re: [E-devel] [PATCH] Use casts when using cpp

2010-02-26 Thread Vincent Torri
On Sat, 27 Feb 2010, Peter Wehrfritz wrote: > Gustavo Sverzut Barbieri wrote: >> On Fri, Feb 26, 2010 at 6:33 PM, Peter Wehrfritz >> wrote: >> >>> Gustavo Sverzut Barbieri wrote: >>> On Fri, Feb 26, 2010 at 10:44 AM, Lucas De Marchi wrote: > C++ needs casts in order to

Re: [E-devel] [PATCH] Use casts when using cpp

2010-02-26 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri wrote: > On Fri, Feb 26, 2010 at 6:33 PM, Peter Wehrfritz > wrote: > >> Gustavo Sverzut Barbieri wrote: >> >>> On Fri, Feb 26, 2010 at 10:44 AM, Lucas De Marchi >>> wrote: >>> >>> C++ needs casts in order to assign a void* to another pointer type. As

Re: [E-devel] [PATCH] Use casts when using cpp

2010-02-26 Thread Gustavo Sverzut Barbieri
On Fri, Feb 26, 2010 at 6:33 PM, Peter Wehrfritz wrote: > Gustavo Sverzut Barbieri wrote: >> >> On Fri, Feb 26, 2010 at 10:44 AM, Lucas De Marchi >> wrote: >> >>> >>> C++ needs casts in order to assign a void* to another pointer type. As >>> typeof operator is a gcc extension, we define EINA_TYPE

Re: [E-devel] [PATCH] Use casts when using cpp

2010-02-26 Thread Peter Wehrfritz
Gustavo Sverzut Barbieri wrote: > On Fri, Feb 26, 2010 at 10:44 AM, Lucas De Marchi > wrote: > >> C++ needs casts in order to assign a void* to another pointer type. As >> typeof operator is a gcc extension, we define EINA_TYPEOF(x) as "typeof" >> on gcc with c++ source and as nothing otherwise

Re: [E-devel] [PATCH] Use casts when using cpp

2010-02-26 Thread Gustavo Sverzut Barbieri
On Fri, Feb 26, 2010 at 10:44 AM, Lucas De Marchi wrote: > C++ needs casts in order to assign a void* to another pointer type. As > typeof operator is a gcc extension, we define EINA_TYPEOF(x) as "typeof" > on gcc with c++ source and as nothing otherwise. Lucas, as I told you, I'd rather use the