From fbaa4d5b0c47a4129ff7e514bdecc284635b36e9 Mon Sep 17 00:00:00 2001 From: kasperk81 <83082615+kasperk81@users.noreply.github.com> Date: Sat, 15 Oct 2022 21:24:11 +0000 Subject: fix more warnings --- include/dwarf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dwarf.h b/include/dwarf.h index 23ff4c4f..dd9014b7 100644 --- a/include/dwarf.h +++ b/include/dwarf.h @@ -422,7 +422,7 @@ extern int dwarf_search_unwind_table (unw_addr_space_t as, int need_unwind_info, void *arg); extern int dwarf_find_unwind_table (struct elf_dyn_info *edi, unw_addr_space_t as, - char *path, unw_word_t segbase, unw_word_t mapoff, + const char *path, unw_word_t segbase, unw_word_t mapoff, unw_word_t ip); extern void dwarf_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi, void *arg); -- cgit v1.2.1