diff options
author | Pedro Alves <palves@redhat.com> | 2017-10-19 18:12:03 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-10-19 18:12:03 +0100 |
commit | 63929e843d54d327676bed4d86dad280f4675547 (patch) | |
tree | 9ebbe7608bb2652ed3e634818f70587d1f557163 /gdb/testsuite/gdb.linespec/ls-errs.exp | |
parent | 9d06997adb88a71487a2f5627de032c6fb994604 (diff) | |
download | binutils-gdb-63929e843d54d327676bed4d86dad280f4675547.tar.gz |
Fix build breakage in gdb/xml-support.c
The buildbots are showing that the previous change to
xml_fetch_content_from_file causes __wur warnings/errors:
../../binutils-gdb/gdb/xml-support.c: In function gdb::unique_xmalloc_ptr<char> xml_fetch_content_from_file(const char*, void*):
../../binutils-gdb/gdb/xml-support.c:1028:43: error: ignoring return value of size_t fread(void*, size_t, size_t, FILE*), declared with attribute warn_unused_result [-Werror=unused-result]
fread (text.get (), 1, len, file.get ());
^
This commit fixes it.
gdb/ChangeLog:
2017-10-19 Pedro Alves <palves@redhat.com>
* xml-support.c (xml_fetch_content_from_file): Check fread's
return.
Diffstat (limited to 'gdb/testsuite/gdb.linespec/ls-errs.exp')
0 files changed, 0 insertions, 0 deletions