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/light.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/light.cpp')
| -rw-r--r-- | opengl/libagl/light.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/libagl/light.cpp b/opengl/libagl/light.cpp index fafec3fa2c..479bf7ee07 100644 --- a/opengl/libagl/light.cpp +++ b/opengl/libagl/light.cpp @@ -105,7 +105,7 @@ void ogles_init_light(ogles_context_t* c) c->lighting.shadeModel = GL_SMOOTH; } -void ogles_uninit_light(ogles_context_t* c) +void ogles_uninit_light(ogles_context_t* /*c*/) { } @@ -285,7 +285,7 @@ void ogles_invalidate_lighting_mvui(ogles_context_t* c) invalidate_lighting(c); } -void lightVertexNop(ogles_context_t*, vertex_t* v) +void lightVertexNop(ogles_context_t*, vertex_t* /*v*/) { // we should never end-up here } |