From: Heeyong Song Date: Mon, 20 Mar 2017 07:21:27 +0000 (+0900) Subject: [3.0] Fix svace issue - uninitialized class member X-Git-Tag: accepted/tizen/3.0/common/20170323.155239~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=69f81bcedfdcbba2ad91a46453c276e67e978a80 [3.0] Fix svace issue - uninitialized class member Change-Id: Ib872636d5a0502e7b1851a6b0076c44ca4522eab --- diff --git a/adaptors/tizen/framework-tizen.cpp b/adaptors/tizen/framework-tizen.cpp index 9c64e28..12dbfd1 100644 --- a/adaptors/tizen/framework-tizen.cpp +++ b/adaptors/tizen/framework-tizen.cpp @@ -66,6 +66,9 @@ struct Framework::Impl : mAbortCallBack( NULL ), mCallbackManager( NULL ), mEventCallback() +#ifdef APPCORE_WATCH_AVAILABLE + , mWatchCallback() +#endif { mFramework = static_cast(data);