mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Avoid 'warning: use of old-style cast' in output code.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2016-11-26 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Avoid 'warning: use of old-style cast' in output code.
|
||||
* src/output.h (Output::output_asso_values_index): New method
|
||||
declaration.
|
||||
* src/output.cc (Output::output_asso_values_index): New method,
|
||||
extracted from Output::output_asso_values_ref.
|
||||
(Output::output_asso_values_ref): Use it. In C++ mode, emit C++ style
|
||||
cast syntax.
|
||||
Reported at <https://savannah.gnu.org/bugs/?44887>.
|
||||
|
||||
2016-11-26 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
Avoid 'warning: implicit conversion changes signedness' in output code.
|
||||
|
||||
Reference in New Issue
Block a user