Evas 3d: Hide warning with clang
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 25 Mar 2016 08:51:17 +0000 (17:51 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Mar 2016 06:53:15 +0000 (15:53 +0900)
commit015554e57e3a88aba6b5a03ef70d023a5bdc5e5e
treec989cc3eb4b61b0d30fb309570a51723c8918506
parent984a8f7f90e7457a3055101ec236a0f4288e179e
Evas 3d: Hide warning with clang

An otherwise good looking macro triggers a warning with clang,
because of self comparison of constants (always true or always
false). Let's just silence the warning in this specific spot
with a pragma.
src/tests/evas/evas_test_mesh.c