VirtualBox

Changeset 43259 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Sep 9, 2012 4:02:15 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80669
Message:

fixed a few gcc false positive warnings and two shadowed declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp

    r42589 r43259  
    144144            char szFormat[128], szValue[128];
    145145            RTStrPrintf(szFormat, sizeof(szFormat), "%%VR{%s}", pszRegNm);
    146             int rc2 = DBGFR3RegPrintf(pVM, idCpu, szValue, sizeof(szValue), szFormat);
     146            rc2 = DBGFR3RegPrintf(pVM, idCpu, szValue, sizeof(szValue), szFormat);
    147147            if (RT_SUCCESS(rc2))
    148148                VMMDEV_TESTING_OUTPUT(("testing: VALUE '%s'%*s: %16s {reg=%s}%s\n",
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