eina: Fix compilation with clang
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 5 Oct 2016 07:27:46 +0000 (16:27 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 5 Oct 2016 10:40:50 +0000 (19:40 +0900)
commit119e35b79127c7688d8782635fbe1a9642a851bc
tree0cdccdfb7198570d18350a50b27bc8856753fc58
parent17ac58a081a05f6e96b248f80c007e67d1f4ff44
eina: Fix compilation with clang

It's not because the bug with __builtin_prefetch is inside
clang/llvm that we must break the build for people who prefer it
over gcc. As soon as a non-broken version is out, the ifdef must
be either removed (and ask people to update their clang install)
or add a version check based on __clang_xxx__.

Compilation tested with clang 3.8.1 and gcc 6.2.1.
src/lib/eina/eina_types.h