Evas textblock: Fix the false-positive strict-aliasing issue with gcc.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Feb 2011 16:49:31 +0000 (16:49 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Feb 2011 16:49:31 +0000 (16:49 +0000)
commit7fcdee68266fbac97e08640d0c1b334c529bcb1f
tree27cfb0cbbbee99f9832b668e7d1ca4a4d44ca7d7
parent98e0bc99bd3b643ed54fc1f70b4289defa141475
Evas textblock: Fix the false-positive strict-aliasing issue with gcc.

Only happens with some versions of gcc. I think it's a false positive
because both of the items are compatible.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@57267 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_object_textblock.c