Changeset 587 for trunk/src/sh_dbIO.c


Ignore:
Timestamp:
Oct 20, 2025, 10:42:43 PM (21 hours ago)
Author:
katerina
Message:

Fix for ticket #475 (compiler warnings about unused variables).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_dbIO.c

    r579 r587  
    890890{
    891891  sh_file_t * p;
    892   int count = 0;
    893892  int errflag = 0;
    894893  char * line = SH_ALLOC(MAX_PATH_STORE+2);
     
    916915          else
    917916            sh_hash_remove_unconditional (p->fullpath);
    918           ++count;
    919917        }
    920918      else
     
    14811479                                    const char * outpath, int truncate)
    14821480{
    1483   static long p_count = 0;
    14841481  sh_filestore_t p;
    14851482  char *  fullpath = NULL;
     
    15591556    {
    15601557      write_record(pushdata_fd, &p, fullpath, linkpath, attr_string);
    1561       ++p_count;
    15621558    }
    15631559
Note: See TracChangeset for help on using the changeset viewer.