egl: Silence warnings when compiled with -pedantic.

Just follow gcc's advices here.
This commit is contained in:
Chia-I Wu
2010-02-19 11:47:54 +08:00
parent bef4b476d7
commit 496724b869
4 changed files with 10 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ enum _egl_resource_type {
_EGL_NUM_RESOURCES
};
/* this cannot and need not go into egltypedefs.h */
typedef enum _egl_resource_type _EGLResourceType;
/**