Protect EINA_(UN)LIKELY with parenthesis around the expr accepted/tizen/unified/20200707.141004 submit/tizen/20200705.221213
authorWander Lairson Costa <wander.lairson@gmail.com>
Fri, 3 Jul 2020 14:06:03 +0000 (14:06 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 5 Jul 2020 21:59:21 +0000 (06:59 +0900)
commit0f76f535c38503b0f6a9139154b49cc0bbc7f8a4
treeae959eb6e01190b1f69fc5313e25c003c90f1239
parent26c8403375c56e2e62f7428015b1481e364f9968
Protect EINA_(UN)LIKELY with parenthesis around the expr

Without it an expression like !EINA_LIKELY(a && b) expands
!a && b

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Reviewed-by: Vincent Torri <vincent.torri@gmail.com>
Differential Revision: https://phab.enlightenment.org/D12041
src/lib/eina/eina_types.h