file_path.c - Fix unused variable warning
This commit is contained in:
parent
4ac75a8058
commit
84c489d0da
|
@ -828,6 +828,7 @@ void fill_pathname_abbreviate_special(char *out_path, const char *in_path, size_
|
||||||
void fill_pathname_application_path(char *buf, size_t size)
|
void fill_pathname_application_path(char *buf, size_t size)
|
||||||
{
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
|
(void)i;
|
||||||
if (!size)
|
if (!size)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue