Fix static analysis issue 68/296668/2
authorilho kim <ilho159.kim@samsung.com>
Thu, 3 Aug 2023 02:24:55 +0000 (11:24 +0900)
committerilho kim <ilho159.kim@samsung.com>
Thu, 3 Aug 2023 06:12:31 +0000 (15:12 +0900)
commitb8f4916f496656ded172582dd483ecfa895887ba
tree43735c646e13e6040a0131a527165f5a3c5fd03d
parent1c9fc28a644a0831ec8e4cb0f154d55a9553f132
Fix static analysis issue

'std::time_t' to 'long' may or may not override sign-bit depending on
size of implementation defined type
which may cause unexpected results on porting to different platforms

Change-Id: Ie4cfdc8f9e22e865d98b2b3ad2b918705f8beb5e
Signed-off-by: ilho kim <ilho159.kim@samsung.com>
src/wgt/step/configuration/step_parse.cc