VirtualBox

Changeset 12918 in vbox


Ignore:
Timestamp:
Oct 2, 2008 9:50:31 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37329
Message:

warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp

    r11419 r12918  
    341341        glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP);
    342342
    343         for (guTextureWidth  = 32; guTextureWidth  < newWidth;  guTextureWidth  <<= 1);
    344         for (guTextureHeight = 32; guTextureHeight < newHeight; guTextureHeight <<= 1);
     343        for (guTextureWidth  = 32; guTextureWidth  < newWidth;  guTextureWidth  <<= 1)
     344            ;
     345        for (guTextureHeight = 32; guTextureHeight < newHeight; guTextureHeight <<= 1)
     346            ;
    345347        RTPrintf(", tex %ldx%ld\n", guTextureWidth, guTextureHeight);
    346348
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette