(PS3 Salamander) Silence unused variable warning
This commit is contained in:
parent
bd88b9d1d2
commit
a532bc2b0e
|
@ -678,7 +678,9 @@ void fill_short_pathname_representation(char* out_rep,
|
||||||
const char *in_path, size_t size)
|
const char *in_path, size_t size)
|
||||||
{
|
{
|
||||||
char path_short[PATH_MAX_LENGTH] = {0};
|
char path_short[PATH_MAX_LENGTH] = {0};
|
||||||
|
#ifdef HAVE_COMPRESSION
|
||||||
char *last_hash = NULL;
|
char *last_hash = NULL;
|
||||||
|
#endif
|
||||||
|
|
||||||
fill_pathname(path_short, path_basename(in_path), "",
|
fill_pathname(path_short, path_basename(in_path), "",
|
||||||
sizeof(path_short));
|
sizeof(path_short));
|
||||||
|
|
Loading…
Reference in New Issue