mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
When the compiler is configured to complain about missing prototypes, the lack of prototypes can cause issues: src/android_stub/cutils_stub.cpp:13:1: error: no previous prototype for function 'atrace_begin_body' [-Werror,-Wmissing-prototypes] 13 | atrace_begin_body(const char * /*name*/) Update cutils/trace.h to the version in android-16.0.0_r3 [1], and add proper header includes to fix this. [1] https://android.googlesource.com/platform/system/core.git/+/refs/tags/android-16.0.0_r3/libcutils/include/cutils/trace.h Acked-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38644> |
||
|---|---|---|
| .. | ||
| android_stub | ||
| CL | ||
| drm-uapi | ||
| EGL | ||
| GL | ||
| GLES | ||
| GLES2 | ||
| GLES3 | ||
| KHR | ||
| pci_ids | ||
| tensorflow | ||
| vk_video | ||
| vulkan | ||
| winddk | ||
| c99_alloca.h | ||
| c99_compat.h | ||
| kopper_interface.h | ||
| meson.build | ||
| no_extern_c.h | ||
| renderdoc_app.h | ||