From 4c53309e5b12fe9e34d7e77c084c08a98a9cfbbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Fri, 11 Oct 2024 20:53:16 -0700 Subject: [PATCH] update to libdwarf v0.7.0 --- w2c2/debug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/w2c2/debug.c b/w2c2/debug.c index 60f2bb7b..7f9cf26e 100644 --- a/w2c2/debug.c +++ b/w2c2/debug.c @@ -388,7 +388,7 @@ static int dwarfAccessGetSectionInfo( void* obj, - Dwarf_Half sectionIndex, + Dwarf_Unsigned sectionIndex, Dwarf_Obj_Access_Section_a *accessSection, int* UNUSED(error) ) { @@ -453,7 +453,7 @@ static int dwarfAccessLoadSection( void* obj, - Dwarf_Half sectionIndex, + Dwarf_Unsigned sectionIndex, Dwarf_Small** sectionData, int* UNUSED(error) ) { @@ -469,7 +469,7 @@ static int dwarfAccessRelocateASection( void* UNUSED(obj), - Dwarf_Half UNUSED(sectionIndex), + Dwarf_Unsigned UNUSED(sectionIndex), Dwarf_Debug UNUSED(debug), int* UNUSED(error) ) {