Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <eiseljulian@gmail.com>2020-02-24 16:46:07 +0300
committerJulian Eisel <eiseljulian@gmail.com>2020-02-24 16:46:45 +0300
commitf01617bb157e76a7c70daafdbee6ab16395f737b (patch)
tree8e7a8eec0239b8cd376768205ec968d0c8ae60cc
parent8955b8b99209eb5fe8547b335161db7e4cb932b2 (diff)
Fix unused variable warning on Linux
-rw-r--r--source/blender/blenlib/intern/storage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/storage.c b/source/blender/blenlib/intern/storage.c
index 04b3e8abca2..d1d8c4fa2e0 100644
--- a/source/blender/blenlib/intern/storage.c
+++ b/source/blender/blenlib/intern/storage.c
@@ -251,6 +251,7 @@ eFileAttributes BLI_file_attributes(const char *path)
#endif
#ifdef __linux__
+ UNUSED_VARS(path);
/* TODO:
* If Immutable set FILE_ATTR_READONLY