Unused variable cleanup buildfix

This commit is contained in:
sonninnos 2025-06-15 05:12:28 +03:00
parent 0785dd7548
commit 3faf744b0f
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ static char *get_tmpdir_alloc(const char *override_dir)
free(wide_str);
#endif
#else
const char *src = NULL;
#if defined ANDROID
src = override_dir;
#else