1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Fix -Wshadow=compatible-local warnings.

* src/search.cc (Search::prepare_asso_values): Declare 'temp' in each
'for' loop separately.
This commit is contained in:
Bruno Haible
2025-04-26 14:45:56 +02:00
parent 6c00ca4f97
commit 9273667ad1
2 changed files with 15 additions and 13 deletions

View File

@@ -1,3 +1,9 @@
2025-04-26 Bruno Haible <bruno@clisp.org>
Fix -Wshadow=compatible-local warnings.
* src/search.cc (Search::prepare_asso_values): Declare 'temp' in each
'for' loop separately.
2025-04-20 Bruno Haible <bruno@clisp.org>
Add some developer documentation.