diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2024-03-28 14:20:42 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2024-10-02 16:14:29 +0400 |
commit | ea34d1dd968956ec418c4278b39b6c44bb606d9c (patch) | |
tree | bcc26c0a0436b9772cc9eab5156a694529c6fbab /python/scripts | |
parent | fa7e5e9e1c52b2b197f478265b221e766679a236 (diff) | |
download | qemu-ea34d1dd968956ec418c4278b39b6c44bb606d9c.zip qemu-ea34d1dd968956ec418c4278b39b6c44bb606d9c.tar.gz qemu-ea34d1dd968956ec418c4278b39b6c44bb606d9c.tar.bz2 |
hw/sdhci: fix -Werror=maybe-uninitialized false-positive
../hw/sd/sdhci.c:846:16: error: ‘res’ may be used uninitialized [-Werror=maybe-uninitialized]
False-positive, because "length" is non-null.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'python/scripts')
0 files changed, 0 insertions, 0 deletions