VirtualBox

Changeset 65640 in vbox


Ignore:
Timestamp:
Feb 7, 2017 10:53:23 AM (8 years ago)
Author:
vboxsync
Message:

gcc 7: missing break

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r65381 r65640  
    25442544                pbSrc += cbSrcAndLine;
    25452545            }
     2546            break;
    25462547        case 32:
    25472548            for (uint32_t y = 0; y < cy; y++)
     
    26352636                pbSrc += cbSrcXorLine;
    26362637            }
     2638            break;
    26372639        case 32:
    26382640            for (uint32_t y = 0; y < cy; y++)
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