diff options
Diffstat (limited to 'emulator/opengl/shared/OpenglCodecCommon/GLSharedGroup.cpp')
| -rw-r--r-- | emulator/opengl/shared/OpenglCodecCommon/GLSharedGroup.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/emulator/opengl/shared/OpenglCodecCommon/GLSharedGroup.cpp b/emulator/opengl/shared/OpenglCodecCommon/GLSharedGroup.cpp index db7f418..59f7b97 100644 --- a/emulator/opengl/shared/OpenglCodecCommon/GLSharedGroup.cpp +++ b/emulator/opengl/shared/OpenglCodecCommon/GLSharedGroup.cpp @@ -258,7 +258,7 @@ GLenum GLSharedGroup::subUpdateBufferData(GLuint bufferId, GLintptr offset, GLsi  void GLSharedGroup::deleteBufferData(GLuint bufferId)  {      emugl::Mutex::AutoLock _lock(m_lock); -    ssize_t idx = m_buffers.remove(bufferId); +    (void) m_buffers.remove(bufferId);  }  void GLSharedGroup::addProgramData(GLuint program) | 
