VirtualBox

Changeset 3068 in kBuild for trunk/src/kmk/misc.c


Ignore:
Timestamp:
Oct 1, 2017 1:10:47 PM (7 years ago)
Author:
bird
Message:

gcc 7 warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/misc.c

    r3065 r3068  
    373373  cchMsg += cchUser = vsnprintf (&szMsg[cchMsg], sizeof(szMsg) - cchMsg, fmt, args);
    374374  VA_END (args);
    375   if (   cchMsg < sizeof(szMsg)
     375  if (   cchMsg < (int)sizeof(szMsg)
    376376      && cchUser >= 0)
    377377    {
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