VirtualBox

Changeset 35448 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jan 10, 2011 11:12:48 AM (14 years ago)
Author:
vboxsync
Message:

Frontends/VirtualBox: get rid of vcc warnings

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h

    r31698 r35448  
    66
    77/*
    8  * Copyright (C) 2010 Oracle Corporation
     8 * Copyright (C) 2010-2011 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    236236    UIMachineView *m_pMachineView;
    237237    RTCRITSECT m_critSect;
    238     int m_width;
    239     int m_height;
     238    ulong m_width;
     239    ulong m_height;
    240240    QSize m_scaledSize;
    241241    int64_t m_WinId;
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp

    r34850 r35448  
    77
    88/*
    9  * Copyright (C) 2010 Oracle Corporation
     9 * Copyright (C) 2010-2011 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    9393    QPainter painter(m_pMachineView->viewport());
    9494
    95     if (r.width() < m_width * 2 / 3)
     95    if ((ulong)r.width() < m_width * 2 / 3)
    9696    {
    9797        /* This method is faster for narrow updates */
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