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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-02-17 13:37:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-17 13:39:23 +0300
commitd4e5e94ec7b5f7b420ff756c226944155eb865cc (patch)
tree3d46ed80f227fe79735d34fc2a0ade7ff703a430 /intern
parent88d4d0d0709d1aa9a10ca8305b4eab05c7117dd1 (diff)
Cleanup: unused define warning
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_path.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/cycles/util/util_path.cpp b/intern/cycles/util/util_path.cpp
index 389bb4608c5..04a2282ec77 100644
--- a/intern/cycles/util/util_path.cpp
+++ b/intern/cycles/util/util_path.cpp
@@ -38,6 +38,10 @@ OIIO_NAMESPACE_USING
# include <dirent.h>
#endif
+#if defined(DIR_SEP_ALT)
+/* quiet unused define warning */
+#endif
+
#ifdef HAVE_SHLWAPI_H
# include <shlwapi.h>
#endif