efl/evas: silent warning.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 7 Jan 2013 22:46:01 +0000 (22:46 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Mon, 7 Jan 2013 22:46:01 +0000 (22:46 +0000)
commit3c7fddb78d6908f60ebbce4533e904e4b22d6856
tree4e42fe0016f7152162fb4fbfca6b014275216c12
parent5286e5bfe01e48f1ea55eba1dfa4dabc07fb20b4
efl/evas: silent warning.

count is type 'int', but used as unsigned it (always > 0), however gcc
can't understand that and is complaining that 'check' could be used
without being initialized... which is false. Make the test != 0 to
silent gcc and make code as correct as before.

SVN revision: 82369
src/lib/evas/canvas/evas_async_events.c