OSDN Git Service

Fix clang -Wc++11-narrowing warnings.
authorChih-Hung Hsieh <chh@google.com>
Thu, 11 Dec 2014 18:39:59 +0000 (10:39 -0800)
committerChih-Hung Hsieh <chh@google.com>
Thu, 11 Dec 2014 22:45:56 +0000 (14:45 -0800)
commit3bded9177b579d96d72397d73b8f85bba47ec438
treec4beca58aa974f2241891ac0ef776a70038ad0f2
parenta59d7a6a66a2b8dcb2d00dbd6371fa89ae45ab04
Fix clang -Wc++11-narrowing warnings.

Clang compiler gives warning to implicit conversions of
literal structure fields, although the compiler generated
implicit conversions are what we want in these cases.

Change-Id: I8f04e7f2fa1db0ed1d1937135d9091532eec3d5b
opengl/tests/EGLTest/egl_cache_test.cpp
opengl/tests/angeles/app-linux.cpp
opengl/tests/fillrate/fillrate.cpp
opengl/tests/filter/filter.cpp
opengl/tests/linetex/linetex.cpp