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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-16 21:48:28 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-16 22:21:16 +0300
commitb9af4efe41712680d554a389d771e83c66fce5c4 (patch)
treef9d674783ad32b3c7dafe7916d9937bd1dbdab73 /intern/cycles/device
parentad390f514bfa33abadfd09e8fd673a0cfee68b39 (diff)
Cleanup: fix compiler warnings.
Diffstat (limited to 'intern/cycles/device')
-rw-r--r--intern/cycles/device/device_multi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/device/device_multi.cpp b/intern/cycles/device/device_multi.cpp
index efb4d9dd288..bdb7c87fa57 100644
--- a/intern/cycles/device/device_multi.cpp
+++ b/intern/cycles/device/device_multi.cpp
@@ -145,6 +145,7 @@ public:
return subresult;
case DEVICE_KERNEL_USING_FEATURE_KERNEL:
+ case DEVICE_KERNEL_UNKNOWN:
break;
}
}