summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkasperk81 <83082615+kasperk81@users.noreply.github.com>2022-10-15 21:24:11 +0000
committerStephen M. Webb <stephen.webb@bregmasoft.ca>2022-10-21 12:08:18 -0400
commitfbaa4d5b0c47a4129ff7e514bdecc284635b36e9 (patch)
treeb8957c0651723ad989af9418c68b0e6c6b5bdc17 /include
parent47aef9392723e4816d94d4efda4248180aece7f5 (diff)
downloadlibunwind-fbaa4d5b0c47a4129ff7e514bdecc284635b36e9.tar.gz
fix more warnings
Diffstat (limited to 'include')
-rw-r--r--include/dwarf.h2
1 files changed, 1 insertions, 1 deletions
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);