VirtualBox

Changeset 103354 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Feb 14, 2024 2:09:08 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161670
Message:

IPRT/tstRTInlineAsm: Fix harmless parfait warning. bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp

    r103017 r103354  
    24532453    uint8_t       *pbBuf1   = pbPage1;
    24542454    uint8_t       *pbBuf2   = &pbPage2[PAGE_SIZE - cbBuf]; /* Put it up against the tail guard */
    2455     memset(pbPage1, ~bFiller1, PAGE_SIZE);
    2456     memset(pbPage2, ~bFiller2, PAGE_SIZE);
     2455    memset(pbPage1, (uint8_t)~bFiller1, PAGE_SIZE);
     2456    memset(pbPage2, (uint8_t)~bFiller2, PAGE_SIZE);
    24572457    memset(pbBuf1, bFiller1, cbBuf);
    24582458    memset(pbBuf2, bFiller2, cbBuf);
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