Cleanup: unused warning

This commit is contained in:
2019-05-02 10:37:42 +10:00
parent a372e5e426
commit e7ce9b9bb8

View File

@@ -93,7 +93,7 @@ void BKE_cachefile_reader_open(CacheFile *cache_file,
}
BLI_spin_unlock(&spin);
#else
UNUSED_VARS(reader, object, object_path);
UNUSED_VARS(cache_file, reader, object, object_path);
#endif
}