(PS3 Salamander) Silence unused variable warning

This commit is contained in:
twinaphex 2016-07-24 11:33:44 +02:00
parent bd88b9d1d2
commit a532bc2b0e

View File

@ -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));