Fix build break with -Wshadow compiler flag 13/269513/4 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.063345 accepted/tizen/7.0/unified/hotfix/20221116.105643 accepted/tizen/8.0/unified/20231005.093716 accepted/tizen/unified/20220118.123209 submit/tizen/20220117.233650 tizen_7.0_m2_release
authorTomasz Swierczek <t.swierczek@samsung.com>
Mon, 17 Jan 2022 11:06:21 +0000 (12:06 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Mon, 17 Jan 2022 16:10:54 +0000 (17:10 +0100)
commit62911bc684c6f4ab7cc73158cdfa30210099a1f9
tree4f7731841f84e8b43812d8c448e25964ab814ac4
parentfd887bad6a200db50fd3e10df4c87396f0e560f8
Fix build break with -Wshadow compiler flag

In some env. a certain set of compiler flags is used and
few "int ret" variables seem to cause an issue,
overshadowing previous declarations.

Change-Id: I724fdc1a3bb381a33700145872d180c7ba4c8d18
tests/mock_test_key.cpp