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

Avoid "clang -Wimplicit-fallthrough" warnings also in C mode.

* src/output.cc (Output::output_hash_function): Enhance the fallthrough
marker, to include clang >= 10 in C mode.
* tests/*.exp: Update.
This commit is contained in:
Bruno Haible
2023-09-07 12:55:10 +02:00
parent 8d68fff1c7
commit ce5106eb19
10 changed files with 119 additions and 112 deletions

View File

@@ -1,3 +1,10 @@
2023-09-07 Bruno Haible <bruno@clisp.org>
Avoid "clang -Wimplicit-fallthrough" warnings also in C mode.
* src/output.cc (Output::output_hash_function): Enhance the fallthrough
marker, to include clang >= 10 in C mode.
* tests/*.exp: Update.
2023-09-05 Bruno Haible <bruno@clisp.org>
Avoid "gcc -Wmissing-field-initializers" warnings on the generated code.