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

@@ -105,6 +105,8 @@ int main(int argc, char * * argv)
{
int i, r;
int fail = 0;
(void)argc;
(void)argv;
GFX2_verbosity_level = GFX2_DEBUG;
init();