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

Avoid "implicit fallthrough" warnings in the generated code.

This commit is contained in:
Bruno Haible
2018-07-26 02:00:39 +02:00
parent 13c9383b10
commit 0d37a8763d
11 changed files with 298 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
2018-07-25 Bruno Haible <bruno@clisp.org>
Avoid "implicit fallthrough" warnings in the generated code.
Reported by Phil Willoughby at
<https://lists.gnu.org/archive/html/bug-gperf/2018-07/msg00002.html>.
* src/output.cc (Output::output_hash_function): Emit a more elaborate
fallthrough marker.
* tests/*.exp: Update.
2018-04-24 Bruno Haible <bruno@clisp.org>
Support input files with CR/LF line terminators.