Aleksey Baulin 7a89f8eedc eal: improve likely and unlikely macros
A warning is issued when using an argument to likely() or unlikely()
builtins which is evaluated to a pointer value, as __builtin_expect()
expects a 'long int' type for its first argument. With this fix
a pointer value is converted to an integer with the value of 0 or 1.

Signed-off-by: Aleksey Baulin <aleksey.baulin@gmail.com>
2018-01-20 17:47:34 +01:00
..
2018-01-12 00:39:14 +01:00
2017-10-26 23:17:31 +02:00
2017-10-09 01:54:29 +02:00
2018-01-19 16:09:56 +01:00
2018-01-12 15:46:19 +01:00
2018-01-12 15:46:19 +01:00