VirtualBox

Ignore:
Timestamp:
Aug 12, 2016 4:45:31 PM (8 years ago)
Author:
vboxsync
Message:

warnings (gcc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp

    r63199 r63369  
    244244    float strX = ((float)dstWidth) / srcWidth;
    245245    float strY = ((float)dstHeight) / srcHeight;
    246     bool fScale = (dstWidth != srcWidth || dstHeight != srcHeight);
    247     Assert(fScale);
     246    Assert(dstWidth != srcWidth || dstHeight != srcHeight);
    248247
    249248    RTRECT Intersection;
Note: See TracChangeset for help on using the changeset viewer.

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