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

    r1994 r2001  
    902902  int touched = 0;
    903903  DB (DB_JOBS, (_("notice_finished_file - entering: file=%p `%s' update_status=%d command_state=%d\n"), /* bird */
    904                   file, file->name, file->update_status, file->command_state));
     904                  (void *) file, file->name, file->update_status, file->command_state));
    905905
    906906  file->command_state = cs_finished;
     
    925925    {
    926926      DB (DB_KMK, (_("not_parallel %d -> %d (file=%p `%s') [notice_finished_file]\n"), not_parallel,
    927                    not_parallel - 1, file, file->name));
     927                   not_parallel - 1, (void *) file, file->name));
    928928      assert(not_parallel >= 1);
    929929      --not_parallel;
Note: See TracChangeset for help on using the changeset viewer.