OSDN Git Service

egl: Silence warnings on x86-64.
authorChia-Wu <olvaffe@gmail.com>
Fri, 31 Jul 2009 13:28:56 +0000 (07:28 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 31 Jul 2009 13:30:13 +0000 (07:30 -0600)
commitdc516d6e2afe7f157dbe5aad1288e5624b27e093
treebea322f3bd3eb06b866510cbe7441055e10ba157
parent826f1f9c6fd976ff36594e272c0a391187ca0bd8
egl: Silence warnings on x86-64.

Casting an unsigned int to or from a pointer directly gives warnings on
x86-64.  Add wrappers to silence the warnings.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/egl/main/eglcompiler.h
src/egl/main/eglconfig.c
src/egl/main/egldisplay.c
src/egl/main/egldisplay.h