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

Avoid g++ -Wold-style-cast warnings.

This commit is contained in:
Bruno Haible
2002-11-21 13:04:08 +00:00
parent befb3d467e
commit 32f5ea88cf
9 changed files with 34 additions and 23 deletions

View File

@@ -1,5 +1,15 @@
2002-11-02 Bruno Haible <bruno@clisp.org>
Avoid g++ -Wold-style-cast warnings.
* src/bool-array.icc: Use new-style casts.
* src/gen-perf.cc: Likewise.
* src/input.cc: Likewise.
* src/key-list.cc: Likewise.
* src/keyword.cc: Likewise.
* src/options.cc: Likewise.
* src/output.cc: Likewise.
* src/hash-table.cc: Likewise. Remove (char *) cast in memset argument.
* src/keyword-list.h (KeywordExt_List): Don't inherit from KeywordExt.
(KeywordExt_List::KeywordExt_List): Take a KeywordExt* as argument.
(KeywordExt_List::_car): New field.