diff options
author | Brian Paul <[email protected]> | 2015-03-12 08:35:38 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-13 08:03:43 -0600 |
commit | d24a20e967303e1172928937fb7f96f010d4a99c (patch) | |
tree | 7d4fff10760e5d2f4a73e707a41f29b077983326 /src/gallium | |
parent | a38e6c4fbd6a941ec9ffb98bdf9f040cccda0247 (diff) |
egl: fix cast to silence compiler warning
eglcurrent.c: In function '_eglSetTSD':
eglcurrent.c:57:4: warning: passing argument 2 of 'tss_set' discards
'const' qualifier from pointer target type [enabled by default]
tss_set(_egl_TSD, (const void *) t);
^
In file included from ../../../include/c11/threads.h:72:0,
from eglcurrent.c:32:
../../../include/c11/threads_posix.h:357:1: note: expected 'void *'
but argument is of type 'const void *'
tss_set(tss_t key, void *val)
^
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium')
0 files changed, 0 insertions, 0 deletions