Ignore:
Timestamp:
Oct 29, 2008, 11:14:48 PM (17 years ago)
Author:
bird
Message:

kmk: pedantic warnings.

File:
1 edited

Legend:

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

    r1993 r2001  
    117117
    118118  if (c == '\0')
    119     return 0;
     119    {
     120      if (length)   /* bird: shut up gcc. */
     121        *length = 0;
     122      return 0;
     123    }
    120124
    121125
Note: See TracChangeset for help on using the changeset viewer.