mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 03:55:43 -04:00
[unice68] unice68.c, set_binary_mode(): Suppress unused variable warnings.
This commit is contained in:
parent
a680b67b99
commit
cc3a501ae6
2
extlib/unice68/unice68.c
vendored
2
extlib/unice68/unice68.c
vendored
@ -286,6 +286,8 @@ static int set_binary_mode(FILE *file, const char * path)
|
|||||||
|
|
||||||
static int set_binary_mode(FILE *file, const char * path)
|
static int set_binary_mode(FILE *file, const char * path)
|
||||||
{
|
{
|
||||||
|
((void)file);
|
||||||
|
((void)path);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user