Re: [E-devel] strange code in evas_box

2012-11-09 Thread Gustavo Lima Chaves
* Igor Murzov [2012-11-10 01:00:18 +0400]: > On Fri, 9 Nov 2012 21:34:51 +0100 > Vincent Torri wrote: > > > hey > > > > from gcc 4.8: > > > > lib/evas/canvas/evas_object_box.c: In function > > '_box_layout_flow_horizontal': > > lib/evas/canvas/evas_object_box.c:1427:31: warning: argument to

Re: [E-devel] strange code in evas_box

2012-11-09 Thread Igor Murzov
On Fri, 9 Nov 2012 21:34:51 +0100 Vincent Torri wrote: > hey > > from gcc 4.8: > > lib/evas/canvas/evas_object_box.c: In function '_box_layout_flow_horizontal': > lib/evas/canvas/evas_object_box.c:1427:31: warning: argument to > 'sizeof' in 'memset' call is the same expression as the destinatio

Re: [E-devel] strange code in evas_box

2012-11-09 Thread Gustavo Lima Chaves
* Vincent Torri [2012-11-09 21:34:51 +0100]: > hey > > from gcc 4.8: > > lib/evas/canvas/evas_object_box.c: In function '_box_layout_flow_horizontal': > lib/evas/canvas/evas_object_box.c:1427:31: warning: argument to > 'sizeof' in 'memset' call is the same expression as the destination; > did y

[E-devel] strange code in evas_box

2012-11-09 Thread Vincent Torri
hey from gcc 4.8: lib/evas/canvas/evas_object_box.c: In function '_box_layout_flow_horizontal': lib/evas/canvas/evas_object_box.c:1427:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] mem