]> Savannah Git Hosting - gnulib.git/commit
dfa: avoid new warnings from gcc
authorJim Meyering <meyering@fb.com>
Sat, 15 Dec 2018 18:09:35 +0000 (10:09 -0800)
committerJim Meyering <meyering@fb.com>
Sat, 15 Dec 2018 18:09:35 +0000 (10:09 -0800)
commit95cd86dd7aa4425037b9c710f88fd59e38601ff1
treed9671287b8e163c3b4bb9fd2e057530adca5af25
parent2f5c84748c8828ef18bf456c5d3ff79f00d2f51e
dfa: avoid new warnings from gcc

These would prevent building with -Werror and a Dec snapshot of gcc.
* lib/dfa.c (dfaanalyze): Avoid shadowing warnings for "pos".
Rename each inner instance to "p".
(charclass_context): Remove unused static function.
ChangeLog
lib/dfa.c