Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
/home/user/.work/qemu/tests/qtest/tdisp-test.c: In function ‘tdisp_testdev_send_message’: /home/user/.work/qemu/tests/qtest/tdisp-test.c:214:30: error: ‘index’ may be used uninitialized [-Werror=maybe-uninitialized] 214 | for (size_t index; index < message_size / sizeof(uint32_t); ++index) { | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/user/.work/qemu/tests/qtest/tdisp-test.c:214:17: note: ‘index’ was declared here 214 | for (size_t index; index < message_size / sizeof(uint32_t); ++index) { | ^~~~~ cc1: all warnings being treated as errors Signed-off-by: Pierrick Bouvier <[email protected]>
- Loading branch information