mirror of
https://github.com/asterisk/asterisk.git
synced 2026-04-26 16:52:56 +00:00
build: Fix another GCC discarded-qualifiers const error.
Follow on commit to 27a39cba7e
to fix compilation with BETTER_BACKTRACES with gcc 15.2.1.
Resolves: #1781
This commit is contained in:
@@ -128,7 +128,7 @@ static void process_section(bfd *bfdobj, asection *section, void *obj)
|
||||
bfd_vma vma;
|
||||
bfd_size_type size;
|
||||
bfd_boolean line_found = 0;
|
||||
char *fn;
|
||||
const char *fn;
|
||||
int inlined = 0;
|
||||
|
||||
offset = data->pc - (data->dynamic ? (bfd_vma)(uintptr_t) data->dli.dli_fbase : 0);
|
||||
|
||||
Reference in New Issue
Block a user