From d1d5780ffd60480aa218a4ef98b441f0c93b6fff Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Wed, 6 Jan 2016 16:20:30 -0800 Subject: [PATCH] - cleanup warning missed return value default --- source/shared_lib/include/platform/sdl/thread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/shared_lib/include/platform/sdl/thread.h b/source/shared_lib/include/platform/sdl/thread.h index 5924aa9f9..7d0660c3d 100644 --- a/source/shared_lib/include/platform/sdl/thread.h +++ b/source/shared_lib/include/platform/sdl/thread.h @@ -261,6 +261,7 @@ public: return result; } + return 0; } inline void ReleaseLock(bool keepMutex=false,bool deleteMutexOnRelease=false) {