Skip to content

rts/libdw: Silence uninitialized usage warnings

Ben Gamari requested to merge wip/T22538 into master

As noted in #22538 (closed), previously some GCC versions warned that various locals in Libdw.c may be used uninitialized. Although this wasn't strictly true (since they were initialized in an inline assembler block) we fix this by providing explicit empty initializers.

Fixes #22538 (closed)

Edited by Ben Gamari

Merge request reports