Fix static anlysis issues 69/282969/3
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 14 Oct 2022 02:58:40 +0000 (11:58 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 2 Nov 2022 08:21:09 +0000 (17:21 +0900)
commit72196c24f371400d1aa99840109be7ecfd56b990
tree9625535c8b2ea1894a7ecf1fb8951b2685f1c4ce
parent82479947c70902141dc21447ebc978f7509210b6
Fix static anlysis issues

- Contents:
This patch includes these changes:
  - Remove equality check of floating point values.
  - Remove TOC-TOU problem.
  - Make blocks for code in switch-case statements.
  - Remove arguments from void parameter function.

Change-Id: I119d15f3a600a9cf51e5b9150a69530f782cd04b
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts.c
client/tts_core.c
common/tts_config_mgr.c
common/tts_config_parser.c
server/BackgroundVolume.cpp