efl/legacy/eina/src
Cedric BAIL fa1569eb9b eina: avoid wrong implicit conversion from unsigned to unsigned long in Eina_Value tests
There is no automatic promotion of unsigned to unsigned long when using va_arg,
which means it is illegal to pass an 'unsigned' value and then use it as an
unsigned long in eina_arg_vset. Doing so yields incorrect results on some
architectures like itanium

Patch by  Albin 'Lutin' Tonnerre <albin.tonnerre@gmail.com>



SVN revision: 71196
2012-05-17 09:59:46 +00:00
..
examples Eina examples: fix some warnings 2012-05-05 04:06:08 +00:00
include eina: don't assume that 'char' is a signed type in Eina_Value 2012-05-17 09:56:28 +00:00
lib eina: don't assume that 'char' is a signed type in Eina_Value 2012-05-17 09:56:28 +00:00
modules eina: fix build when valgrind is not in a standard location. 2012-03-16 11:25:14 +00:00
tests eina: avoid wrong implicit conversion from unsigned to unsigned long in Eina_Value tests 2012-05-17 09:59:46 +00:00
Makefile.am eina: add autotools rules to building and installing examples. 2011-06-09 18:53:38 +00:00