Changeset 2001 for trunk/src/kmk/job.c


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/job.c

    r1996 r2001  
    21032103        {
    21042104          DB (DB_KMK, (_("not_parallel %d -> %d (file=%p `%s') [start_waiting_jobs]\n"),
    2105                        not_parallel, not_parallel - 1, job->file, job->file->name));
     2105                       not_parallel, not_parallel - 1, (void *) job->file, job->file->name));
    21062106          assert(not_parallel > 0);
    21072107          --not_parallel;
Note: See TracChangeset for help on using the changeset viewer.