VirtualBox

Changeset 94591 in vbox


Ignore:
Timestamp:
Apr 13, 2022 3:03:14 PM (3 years ago)
Author:
vboxsync
Message:

testcase/tstRTStrFormat: Fixed a warning.

File:
1 edited

Legend:

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

    r93115 r94591  
    120120        cwc = RTUtf16Printf(pwszThisBuf, cwcThisBuf, "Hello%c%s!", ' ', "world");
    121121
    122         if (cwcThisBuf <= s_cwcSimpleExpect)
     122        if (cwcThisBuf <= (size_t)s_cwcSimpleExpect)
    123123        {
    124124            if (cwcThisBuf > 1)
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