fix lot of gcc reported issues

This commit is contained in:
Ondřej Novák 2025-01-27 19:32:15 +01:00
parent 669f72908e
commit b6c5658b48
20 changed files with 493 additions and 334 deletions

View file

@ -526,7 +526,7 @@ _inline unsigned char rotate(unsigned char c)
int pack_status_file(FILE *f,const char *status_name)
{
char rcheck=0;
uint32_t fsz;
int32_t fsz;
char *buffer,*c;
unsigned char name_len;