~smspillaz/compiz-core/compiz-core.geometry-tests

« back to all changes in this revision

Viewing changes to plugins/opengl/src/texture.cpp

  • Committer: Daniel van Vugt
  • Date: 2012-01-19 03:47:11 UTC
  • mfrom: (2913.1.1 Werror)
  • Revision ID: vanvugt@gmail.com-20120119034711-3tfpunwmryl64eig
Fix all compiler warnings and (optionally) treat all future warnings as errors.
Merged from lp:~vanvugt/compiz-core/Werror

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
                               GLenum       format,
288
288
                               GLenum       type)
289
289
{
290
 
#warning Add support for multiple textures
 
290
/* TODO Add support for multiple textures */
291
291
    if ((int) width > GL::maxTextureSize || (int) height > GL::maxTextureSize)
292
292
        return GLTexture::List ();
293
293