remove unused argument warnings

This commit is contained in:
Thomas Bernard
2019-07-24 03:19:05 +02:00
parent 8c6eec6928
commit eb0b9eae62
2 changed files with 3 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ void Test_TIFF(T_IO_Context * context, FILE * file)
{
char buffer[4];
(void)context;
File_error = 1;
if (!Read_bytes(file, buffer, 4))
return;