SWDEV-292547 - Fix Windows build

This addresses the warning `not all control paths return a value`.

Change-Id: Ibbb5eda9758dca5cc94c8efba9bbc6910362d6ba
Этот коммит содержится в:
Vladislav Sytchenko
2021-07-27 10:52:28 -04:00
родитель a852370a25
Коммит a89d34d0c9
2 изменённых файлов: 2 добавлений и 2 удалений
+1 -1
Просмотреть файл
@@ -294,7 +294,7 @@ public:
thread_local stream_per_thread streamPerThreadObj;
// ================================================================================================
hipError_t getStreamPerThread(hipStream_t& stream) {
void getStreamPerThread(hipStream_t& stream) {
if (stream == hipStreamPerThread) {
stream = streamPerThreadObj.get();
}