diff options
author | Leonid Bloch <lbloch@janustech.com> | 2020-05-25 01:12:04 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-10 12:10:50 -0400 |
commit | f2dfe54c74f768a5bf78c9e5918918727f9d9459 (patch) | |
tree | 40290a59c6879028d81d34717828e6257392438e /include/exec | |
parent | c08790f48b2f41ef26d491fd4d460b74c06cefe4 (diff) | |
download | qemu-f2dfe54c74f768a5bf78c9e5918918727f9d9459.zip qemu-f2dfe54c74f768a5bf78c9e5918918727f9d9459.tar.gz qemu-f2dfe54c74f768a5bf78c9e5918918727f9d9459.tar.bz2 |
configure: Do not ignore malloc value
Not checking the value of malloc will cause a warning with GCC 10.1,
which may result in configuration failure, with the following line in
config.log:
config-temp/qemu-conf.c:2:18: error: ignoring return value of ‘malloc’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result]
2 | int main(void) { malloc(1); return 0; }
| ^~~~~~~~~
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
Message-Id: <20200524221204.9791-1-lb.workbox@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions