warning fix for when zlib not available

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10950 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-11-26 21:44:53 +00:00
commit 8cd10cfe2a

View file

@ -176,6 +176,9 @@ static void to_cache_stats_helper(struct stat *pstat, char *cached_filename, cha
}
failed();
}
#else
(void)cached_filename;
(void)tmp_outfiles;
#endif
(*files_size) += file_size(pstat);
(*cached_files_count)++;