diff options
| author | 2014-03-13 23:12:09 +0000 | |
|---|---|---|
| committer | 2014-03-13 23:12:09 +0000 | |
| commit | 993146092f8205d9747f082ccd63c09b536caa4e (patch) | |
| tree | 89d07eb2647268606632e10e6c9add64b30f7b84 /opengl/libagl/vertex.cpp | |
| parent | 49bfda1fbdf828a8ea63ae2c2fa25739f6e48527 (diff) | |
| parent | d4dabf872ac0a12e12aebae9032f7d62762c2aeb (diff) | |
am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues"
* commit 'd4dabf872ac0a12e12aebae9032f7d62762c2aeb':
native frameworks: 64-bit compile issues
Diffstat (limited to 'opengl/libagl/vertex.cpp')
| -rw-r--r-- | opengl/libagl/vertex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/vertex.cpp b/opengl/libagl/vertex.cpp index dad04d6cb5..9aacdb3c89 100644 --- a/opengl/libagl/vertex.cpp +++ b/opengl/libagl/vertex.cpp @@ -41,7 +41,7 @@ void ogles_init_vertex(ogles_context_t* c) c->currentNormal.z = 0x10000; } -void ogles_uninit_vertex(ogles_context_t* c) +void ogles_uninit_vertex(ogles_context_t* /*c*/) { } |