VirtualBox

Changeset 74366 in vbox


Ignore:
Timestamp:
Sep 19, 2018 10:24:37 AM (6 years ago)
Author:
vboxsync
Message:

DnD/VBoxTray: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp

    r74365 r74366  
    415415                                    AssertMsg(cchFileUtf16 == cchFile, ("cchFileUtf16 (%RU16) does not match cchFile (%RU16)\n",
    416416                                                                        cchFileUtf8, cchFile));
     417                                    RT_NOREF(cchFileUtf16);
    417418
    418419                                    rc = RTUtf16ToUtf8(pwszFile, &pszFileUtf8);
     
    420421                                    Assert(RTStrIsValidEncoding(pszFileUtf8));
    421422
    422                                     cchFileUtf8 = strlen(pszFileUtf8);
     423                                    cchFileUtf8 = (UINT)strlen(pszFileUtf8);
    423424                                    Assert(cchFileUtf8);
    424425
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