diff options
| author | 2014-03-13 23:18:43 +0000 | |
|---|---|---|
| committer | 2014-03-13 23:18:43 +0000 | |
| commit | c45011f27209d5d548be3f96f2a23f7ff7f48c4c (patch) | |
| tree | 89f759817f6ca11ae4ed715a207e3f6aa37fa09b /opengl/libagl/texture.cpp | |
| parent | f4b08ebc61153afac8cab1e87ba015b142a394b6 (diff) | |
| parent | cdbf28b3f7f5327f4cb0eb95b8326bf4c24c87ba (diff) | |
am cdbf28b3: Merge "native frameworks: 64-bit compile issues"
* commit 'cdbf28b3f7f5327f4cb0eb95b8326bf4c24c87ba':
native frameworks: 64-bit compile issues
Diffstat (limited to 'opengl/libagl/texture.cpp')
| -rw-r--r-- | opengl/libagl/texture.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opengl/libagl/texture.cpp b/opengl/libagl/texture.cpp index 08536dfd25..9aa1c4f867 100644 --- a/opengl/libagl/texture.cpp +++ b/opengl/libagl/texture.cpp @@ -1223,10 +1223,10 @@ void glTexImage2D( // ---------------------------------------------------------------------------- void glCompressedTexSubImage2D( - GLenum target, GLint level, GLint xoffset, - GLint yoffset, GLsizei width, GLsizei height, - GLenum format, GLsizei imageSize, - const GLvoid *data) + GLenum /*target*/, GLint /*level*/, GLint /*xoffset*/, + GLint /*yoffset*/, GLsizei /*width*/, GLsizei /*height*/, + GLenum /*format*/, GLsizei /*imageSize*/, + const GLvoid* /*data*/) { ogles_context_t* c = ogles_context_t::get(); ogles_error(c, GL_INVALID_ENUM); |