egl: Rewrite eglSetBlobCacheFuncsANDROID to use the standard macros
authorAdam Jackson <ajax@redhat.com>
Tue, 20 Sep 2022 18:42:23 +0000 (14:42 -0400)
committerMarge Bot <emma+marge@anholt.net>
Thu, 22 Sep 2022 20:13:58 +0000 (20:13 +0000)
commit4c5dee6c2279493a2d054a3e44aca0ee15702279
tree84b027d5fcfbd323c50c9b8b34daba195073bf71
parenteb39198fe2d48248ba13677d44a6d0cbe5d98108
egl: Rewrite eglSetBlobCacheFuncsANDROID to use the standard macros

As the deleted comment hints, you just need the macro to expand to

    return /* void */;

for things to work.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18713>
src/egl/main/eglapi.c