VirtualBox

Changeset 25253 in vbox for trunk/src


Ignore:
Timestamp:
Dec 8, 2009 6:26:38 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55778
Message:

tstAnimate.cpp: -Wshadow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstAnimate.cpp

    r24475 r25253  
    680680                case 'o':
    681681                {
    682                     int rc = RTStrToUInt64Ex(argv[++i], NULL, 0, &offRawMem);
     682                    rc = RTStrToUInt64Ex(argv[++i], NULL, 0, &offRawMem);
    683683                    if (RT_FAILURE(rc))
    684684                    {
     
    692692                {
    693693                    char *pszNext;
    694                     int rc = RTStrToUInt64Ex(argv[++i], &pszNext, 0, &cbMem);
     694                    rc = RTStrToUInt64Ex(argv[++i], &pszNext, 0, &cbMem);
    695695                    if (RT_FAILURE(rc))
    696696                    {
     
    726726                case 'w':
    727727                {
    728                     int rc = RTStrToUInt32Ex(argv[++i], NULL, 0, &u32WarpDrive);
     728                    rc = RTStrToUInt32Ex(argv[++i], NULL, 0, &u32WarpDrive);
    729729                    if (RT_FAILURE(rc))
    730730                    {
     
    799799        if (FileRawMem != NIL_RTFILE)
    800800        {
    801             int rc = RTFileGetSize(FileRawMem, &cbMem);
     801            rc = RTFileGetSize(FileRawMem, &cbMem);
    802802            AssertReleaseRC(rc);
    803803            cbMem -= offRawMem;
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