mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 18:56:41 -04:00
fix lot of gcc reported issues
This commit is contained in:
parent
669f72908e
commit
b6c5658b48
20 changed files with 493 additions and 334 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue