VirtualBox

Changeset 102839 in vbox for trunk


Ignore:
Timestamp:
Jan 11, 2024 1:16:44 PM (13 months ago)
Author:
vboxsync
Message:

VBoxDbg,VMM/STAM: Build fixes. bugref:10371

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/stam.h

    r102828 r102839  
    13521352
    13531353VMMR3DECL(int)  STAMR3RegisterSum(PUVM pUVM, STAMVISIBILITY enmVisibility, const char *pszSummandPattern,
    1354                                   const char *pszDesc, const char *pszName, ...) RT_IPRT_FORMAT_ATTR(4, 5);
     1354                                  const char *pszDesc, const char *pszName, ...) RT_IPRT_FORMAT_ATTR(5, 6);
    13551355VMMR3DECL(int)  STAMR3RegisterSumV(PUVM pUVM, STAMVISIBILITY enmVisibility, const char *pszSummandPattern,
    13561356                                   const char *pszDesc, const char *pszName, va_list va) RT_IPRT_FORMAT_ATTR(4, 0);
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp

    r102834 r102839  
    24702470            }
    24712471            return "0";
     2472        case STAMTYPE_INTERNAL_SUM:
     2473        case STAMTYPE_INTERNAL_PCT_OF_SUM:
    24722474        case STAMTYPE_END:
    24732475            AssertFailed(); RT_FALL_THRU();
    24742476        case STAMTYPE_CALLBACK:
    2475         case STAMTYPE_FIRST_INTERNAL_TYPE:
    2476         case STAMTYPE_INTERNAL_PCT_OF_SUM:
    24772477        case STAMTYPE_INVALID:
    24782478            break;
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