aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html.in
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-01-19 07:27:39 +0100
committerPeter Maydell <peter.maydell@linaro.org>2021-01-19 14:38:53 +0000
commit18a647da7bf1ef2adc2fb2f79b7346346a53fabd (patch)
treef7e1dd43d02edbbd37e1fc3a3513ef82c5e69e0b /docs/index.html.in
parent7fab0a172344d0357eb41029ef83401bbbe010bb (diff)
target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
When building with GCC 10.2 configured with --extra-cflags=-Os, we get: target/arm/m_helper.c: In function ‘arm_v7m_cpu_do_interrupt’: target/arm/m_helper.c:1811:16: error: ‘restore_s16_s31’ may be used uninitialized in this function [-Werror=maybe-uninitialized] 1811 | if (restore_s16_s31) { | ^ target/arm/m_helper.c:1350:10: note: ‘restore_s16_s31’ was declared here 1350 | bool restore_s16_s31; | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors Initialize the 'restore_s16_s31' variable to silence the warning. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20210119062739.589049-1-f4bug@amsat.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/index.html.in')
0 files changed, 0 insertions, 0 deletions