Add some conditions to make scan-build happy

This commit is contained in:
jsteube
2019-04-05 13:46:29 +02:00
parent ace765bf96
commit 3c9d26b161
5 changed files with 27 additions and 26 deletions

View File

@@ -62,7 +62,7 @@ void hc_string_trim_trailing (char *s);
void hc_string_trim_leading (char *s);
size_t hc_fread (void *ptr, size_t size, size_t nmemb, FILE *stream);
void hc_fwrite (const void *ptr, size_t size, size_t nmemb, FILE *stream);
size_t hc_fwrite (const void *ptr, size_t size, size_t nmemb, FILE *stream);
bool hc_same_files (char *file1, char *file2);