VirtualBox

Ignore:
Timestamp:
Aug 1, 2016 10:07:09 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109394
Message:

HostServices: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxClipboard-win.cpp

    r62798 r62807  
    11731173static int ConvertMimeToCFHTML(const char *pszSource, size_t cb, char **ppszOutput, uint32_t *pcbOutput)
    11741174{
    1175     Assert(pszOutput);
     1175    Assert(ppszOutput);
    11761176    Assert(pcbOutput);
    11771177    Assert(pszSource);
     
    12441244    /* check 'EndFragment:' value */
    12451245    const char *pszRealEndFragment = RTStrStr(pszResult, s_szEndFragment);
    1246     Assert((pszRealEndFragment - pszResult) == offEndFragment);
     1246    Assert((size_t)(pszRealEndFragment - pszResult) == offEndFragment);
    12471247#endif
    12481248
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette