commit | 4cf363703db8b36f03d05844acc048c92c53e355 | [log] [tgz] |
---|---|---|
author | Kalle Raita <kraita@google.com> | Fri Jan 13 10:18:36 2017 -0800 |
committer | Kalle Raita <kraita@google.com> | Fri Jan 13 10:18:36 2017 -0800 |
tree | c68b805eda555e96390e412cf7c1b5efb94e6413 | |
parent | de8eebfe59117a8cc75e223bb2b5c5b84d7d6808 [diff] |
Fix signed vs. unsigned mismatch warnings EGL header helpfully has EGLBoolean defined as unsigned and enums, including EGL_TRUE, as signed. Khronos has not found a satisfactory way to amend the headers, so we'll need to cast the warnings away. Bug: 33214264 Test: Run EGLTest on Pixel XL Change-Id: I63240c83a8a4097895d0731c763651fca89cfc55