Changeset 111992 in webkit


Ignore:
Timestamp:
Mar 24, 2012 6:34:03 AM (12 years ago)
Author:
jesus@webkit.org
Message:

Unreviewed, build fix since we use "-Werror=unused-but-set-variable".

The variable 'it' was set at TextureMapperShaderManager.h:110 but never used.

  • platform/graphics/texmap/TextureMapperShaderManager.h:

(WebCore::TextureMapperShaderManager::getShaderProgram):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r111986 r111992  
     12012-03-24  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
     2
     3        Unreviewed, build fix since we use "-Werror=unused-but-set-variable".
     4
     5        The variable 'it' was set at TextureMapperShaderManager.h:110 but never used.
     6
     7        * platform/graphics/texmap/TextureMapperShaderManager.h:
     8        (WebCore::TextureMapperShaderManager::getShaderProgram):
     9
    1102012-03-24  Zeno Albisser  <zeno@webkit.org>
    211
  • trunk/Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.h

    r111986 r111992  
    108108            return program;
    109109
    110         TextureMapperShaderProgramMap::iterator it = m_textureMapperShaderProgramMap.find(shaderType);
    111110        switch (shaderType) {
    112111        case Simple:
Note: See TracChangeset for help on using the changeset viewer.