Daemon/ServiceDB: Fix compile errors related to -Wc99-designator
authorWook Song <wook16.song@samsung.com>
Wed, 14 Feb 2024 06:23:04 +0000 (15:23 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 15 Feb 2024 09:38:29 +0000 (18:38 +0900)
commit958ce4f53087e0cb5f3adbf7e065a5bd209e258c
tree060999b5f9d247b304cdb1304ad71ebaaeb8182b
parent22b1bbee9f74720560e79084f13c179fa2a973f4
Daemon/ServiceDB: Fix compile errors related to -Wc99-designator

This patch fixes the following compile errors:
- error: array designators are a C99 extension [-Werror,-Wc99-designator]
- error: mixture of designated and non-designated initializers in the same initializer list is a C99 extension [-Werror,-c99-designator]

Signed-off-by: Wook Song <wook16.song@samsung.com>
daemon/service-db.cc