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


Ignore:
Timestamp:
Oct 1, 2017, 3:10:47 PM (8 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.