From 55926ad298c4251e29d74d5863fe64948da55c9a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 14 Jan 2016 17:04:30 +0500 Subject: [PATCH] Cycles: Fix string compiler warnings after recent changes --- intern/cycles/device/device_cuda.cpp | 1 + 1 file changed, 1 insertion(+) 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