mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
Re: Add --unicode option
At low optimisation levels gcc may warn. * strings.c (print_unicode_stream_body): Avoid bogus "may be used unitialised" warning.
This commit is contained in:
@@ -924,7 +924,7 @@ print_unicode_stream_body (const char * filename,
|
||||
uint num_read = 0;
|
||||
uint num_chars = 0;
|
||||
uint num_print = 0;
|
||||
int c;
|
||||
int c = 0;
|
||||
|
||||
/* Find a series of string_min characters. Put them into print_buf. */
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user