| commit | b4c0eb1d203f88f0ef9ef9c360c03bcbb3e90efc | [log] [tgz] |
|---|---|---|
| author | Pirama Arumuga Nainar <pirama@google.com> | Tue Jun 28 14:45:29 2016 -0700 |
| committer | Pirama Arumuga Nainar <pirama@google.com> | Tue Jul 19 22:20:05 2016 +0000 |
| tree | 0f864efa966133ad2b68ce1b4f8ff762f3075fff | |
| parent | 7daae053dff55e2c3276e8a5ec978c4f36cdc754 [diff] |
Disable -Wcast-calling-convention for vulkan
The following warning is triggered by the upcoming Clang update to
r271374:
frameworks/native/vulkan/libvulkan/stubhal.cpp:114:12: error: cast
between incompatible calling conventions 'cdecl' and 'aapcs-vfp'; calls
through thispointer may abort at runtime
[-Werror,-Wcast-calling-convention]
return reinterpret_cast<PFN_vkVoidFunction>(NoOp);
Change-Id: I8de75fd6a3b579a91598aebbdd23bf74b57c3593