Evas box: fix warning with a cast.
authorTom Hacohen <tom@stosb.com>
Tue, 15 Jan 2013 17:15:10 +0000 (17:15 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 15 Jan 2013 17:15:10 +0000 (17:15 +0000)
commit4a0acab86088d6bf6fccd2a3f454a36298a3a4d5
tree1050021508c42448bcbff9e806d9e7283ed2a2a5
parentc8e1fe4c9f56d346f0e2cc07374710d44bccf9c3
Evas box: fix warning with a cast.

Unfortunately, although the pre-cast code is correct, we need the cast
because of the way gcc handles the types (magic) when passing va_args on
64 bit. This doesn't change anything logically.

SVN revision: 82827
src/lib/evas/canvas/evas_object_box.c