| commit | 199b67ca043e21b94c965ffe2f3c56f25ee6e234 | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <vapier@gentoo.org> | Thu Dec 21 19:41:17 2023 -0500 |
| committer | Mike Frysinger <vapier@gentoo.org> | Sat Jan 06 23:30:43 2024 -0500 |
| tree | efcfe125148d3ff50b807e0c3368af2e8d2e55d4 | |
| parent | 012c1f072f7f1611c86a912f0964e45136ea38cc [diff] |
sim: cris: change temp var name slightly to avoid shadowing
Rename the temp var to avoid shadowing another one:
.../sim/cris/semcrisv10f-switch.c:11032:22: error: declaration of ‘tmp_tmpb’ shadows a previous local [-Werror=shadow=compatible-local]
11032 | tmp_tmpb = ({ SI tmp_tmpb;
| ^~~~~~~~
.../sim/cris/semcrisv10f-switch.c:11031:24: note: shadowed declaration is here
11031 | tmp_tmpres = ({ SI tmp_tmpb;
| ^~~~~~~~