reduce the amount of compilation warnings

This commit is contained in:
Thomas Bernard
2019-12-07 14:24:02 +01:00
parent bcbedab22d
commit 966b1e58c3
4 changed files with 8 additions and 1 deletions

View File

@@ -214,7 +214,7 @@ int Test_Save(void)
{
T_IO_Context context;
char path[256];
char tmpdir[256];
char tmpdir[40];
int i;
int ok = 0;
T_GFX2_Surface * testpic256 = NULL;