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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-01-14 15:04:30 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-14 15:04:56 +0300
commit55926ad298c4251e29d74d5863fe64948da55c9a (patch)
tree55357b899eed954933da91f4c874db0e47152ef3
parentc9365e25a99c0905b85d8af32e488bb592799ec0 (diff)
Cycles: Fix string compiler warnings after recent changes
-rw-r--r--intern/cycles/device/device_cuda.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp
index a91e4826b33..b87d1773bbc 100644
--- a/intern/cycles/device/device_cuda.cpp
+++ b/intern/cycles/device/device_cuda.cpp
@@ -272,6 +272,7 @@ public:
major, minor,
md5.c_str());
#else
+ (void)requested_features;
cubin = string_printf("cycles_kernel_sm%d%d_%s.cubin", major, minor, md5.c_str());
#endif