[DynInst_API:] [dyninst/dyninst] ffee0d: Warnings fixes for gcc-14 and clang-19 (#1788)


Date: Mon, 07 Oct 2024 12:47:11 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] ffee0d: Warnings fixes for gcc-14 and clang-19 (#1788)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: ffee0de5fcac5cfc8dfe394fd72a2fa5df06308a
      https://github.com/dyninst/dyninst/commit/ffee0de5fcac5cfc8dfe394fd72a2fa5df06308a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-10-07 (Mon, 07 Oct 2024)

  Changed paths:
    M common/h/Annotatable.h
    M stackwalk/src/callchecker.C
    M symtabAPI/src/dwarfWalker.C

  Log Message:
  -----------
  Warnings fixes for gcc-14 and clang-19 (#1788)

* Suppress array-bounds warning in Annotations.h

gcc-14 says that this is an out-of-bounds access error. I don't feel like
figuring out if this is a spurious warning or an actual issue. These
annotation classes need to go away, so I'm just kludging it here.



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] ffee0d: Warnings fixes for gcc-14 and clang-19 (#1788), Tim Haines <=