Supress build warnings 70/234770/3
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 28 May 2020 11:24:47 +0000 (20:24 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 22 Jul 2020 07:15:00 +0000 (07:15 +0000)
commit27f61ab3c20cc645fc12f366ab38734e0e814c69
treedb1f1da4cb62b48e1f66317cf8d3c47f293fb6b9
parent4caf8d13644a1c7da7d52626e7d135a17043f595
Supress build warnings

ASSERT_EQ defined at gtest uses if-else without braces
so if we use it with braceless if statement, it will cause
ambiguous else warning. This patch remove warnings by
adding braces at if statements.

Change-Id: Ifdeabf66bf4fc42cc69a9ef43b6557ea794ef87e
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/unit_tests/extensive_smoke_test.cc
src/unit_tests/recovery_test.cc
src/unit_tests/smoke_test.cc