VirtualBox

Ignore:
Timestamp:
Jul 20, 2016 3:45:58 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108908
Message:

Main/VBoxSVC: enable -Wconversion plus a couple of fixes (all harmless)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/xpcom/server.cpp

    r62222 r62363  
    838838        {
    839839            char szBuf[80];
    840             int  iSize;
    841 
    842             iSize = RTStrPrintf(szBuf, sizeof(szBuf),
     840            size_t cSize;
     841
     842            cSize = RTStrPrintf(szBuf, sizeof(szBuf),
    843843                                VBOX_PRODUCT" XPCOM Server Version "
    844844                                VBOX_VERSION_STRING);
    845             for (int i = iSize; i > 0; i--)
     845            for (size_t i = cSize; i > 0; i--)
    846846                putchar('*');
    847847            RTPrintf("\n%s\n", szBuf);
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