VirtualBox

Changeset 107626 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 10, 2025 10:08:27 AM (9 days ago)
Author:
vboxsync
Message:

src/VBox/VMM/testcase/tstIEMAImpl.cpp: Fixed warnings found by Parfait (repeated expansion of macro argument with side-effect). jiraref:VBP-1424

File:
1 edited

Legend:

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

    r106179 r107626  
    1027010270        g_cZeroSrcTests = g_cZeroDstTests * 2;
    1027110271
     10272        uint32_t const uBuildRev = RTBldCfgRevision();
     10273
    1027210274        RTMpGetDescription(NIL_RTCPUID, g_szCpuDesc, sizeof(g_szCpuDesc));
    1027310275
     
    1027810280            pszRev++;
    1027910281        g_uSvnRev = RTStrToUInt32(pszRev);
    10280         g_uSvnRev = RT_MAX(g_uSvnRev, RTBldCfgRevision());
     10282        g_uSvnRev = RT_MAX(g_uSvnRev, uBuildRev);
    1028110283
    1028210284        /* Loop thru the groups and call the generate for any that's enabled. */
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