util/disk_cache: fix build on platforms where shader cache is disabled

This commit is contained in:
Timothy Arceri
2017-03-21 11:49:11 +11:00
parent b9a370f2b4
commit 020b3f0c46
+1 -1
View File
@@ -229,7 +229,7 @@ disk_cache_has_key(struct disk_cache *cache, const cache_key key)
return false;
}
void
static inline void
disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size,
const cache_key key)
{