mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
glapi: fix unused-function warning
Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7713>
This commit is contained in:
parent
89b01cc025
commit
07a68d27b3
1 changed files with 2 additions and 0 deletions
|
|
@ -310,10 +310,12 @@ fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset)
|
|||
|
||||
#else /* USE_*_ASM */
|
||||
|
||||
#if defined(HAVE_PTHREAD) || defined(USE_ELF_TLS)
|
||||
static void
|
||||
init_glapi_relocs( void )
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
_glapi_proc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue