Fix error in gcc 12.2.0 38/294038/1 accepted/tizen_unified_dev accepted/tizen/unified/20230713.014411 accepted/tizen/unified/dev/20230726.115855
authorJinWang An <jinwang.an@samsung.com>
Mon, 12 Jun 2023 03:44:03 +0000 (12:44 +0900)
committerJinWang An <jinwang.an@samsung.com>
Mon, 12 Jun 2023 03:44:03 +0000 (12:44 +0900)
commit014ec1f3d1434e204aed57d782396812c1ff5366
tree99b6f93e1d486e08b953598a16f4019c254069b8
parent3f41be7a9534480994d8f2e1da21e844c91d3b49
Fix error in gcc 12.2.0

comparison will always evaluate as 'false' for the pointer operand in 'filename + 1' must not be NULL [-Werror=address]
comparison will always evaluate as 'false' for the pointer operand in 'ext + 1' must not be NULL [-Werror=address]

Change-Id: Iec104822595a57f1dbfe9b875c8804696837b360
Signed-off-by: JinWang An <jinwang.an@samsung.com>
src/sst_utils_wrapper.c