commit | 85f0dd3ce8b249638e00f9e43153b712705a3347 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Mon Feb 10 15:13:42 2020 +0100 |
committer | Tom de Vries <tdevries@suse.de> | Mon Feb 10 15:13:42 2020 +0100 |
tree | 547a4613f5a0a95c2bdd9ec0eadcdf082bf24906 | |
parent | 44f6938ead9cfadecd705dbd30fa177fac1330ad [diff] |
[gdb] Fix -Wstrict-null-sentinel warnings When passed in CXXFLAGS, -Wstrict-null-sentinel triggers twice in a gdb/gdbserver build. Fix the two occurrences. Build and reg-tested on x86_64-linux. gdb/ChangeLog: 2020-02-10 Tom de Vries <tdevries@suse.de> * dwarf2/read.c (process_psymtab_comp_unit_reader): Cast concat NULL sentinel to char *. gdbsupport/ChangeLog: 2020-02-10 Tom de Vries <tdevries@suse.de> * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.