mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
systemtap_git: fix used uninitialized error
bpf-translate.cxx: error: 'this_column_size' may be used uninitialized in this function [-Werror=maybe-uninitialized] bpf-translate.cxx: error: 'num' may be used uninitialized in this function [-Werror=maybe-uninitialized] (From OE-Core rev: 11da43b58e19583a9bc16044309610cfb2e86469) Signed-off-by: Li Wang <li.wang@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
@@ -9,6 +9,7 @@ require systemtap_git.inc
|
||||
SRC_URI += "file://0001-improve-reproducibility-for-c-compiling.patch \
|
||||
file://0001-staprun-address-ncurses-6.3-failures.patch \
|
||||
file://0001-gcc12-c-compatibility-re-tweak-for-rhel6-use-functio.patch \
|
||||
file://0001-bpf-translate.cxx-Prevent-Werror-maybe-uninitialized.patch \
|
||||
"
|
||||
|
||||
DEPENDS = "elfutils"
|
||||
|
||||
Reference in New Issue
Block a user