mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-28 18:07:37 +01:00
Place `inline' at beginning of declaration of invalidate_edi()
../include/libunwind_i.h:319:1: warning: 'inline' is not at beginning of declaration [-Wold-style-declaration]
This commit is contained in:
parent
39b8398159
commit
18c26d4a7e
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ struct elf_dyn_info
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
static void inline invalidate_edi (struct elf_dyn_info *edi)
|
static inline void invalidate_edi (struct elf_dyn_info *edi)
|
||||||
{
|
{
|
||||||
if (edi->ei.image)
|
if (edi->ei.image)
|
||||||
munmap (edi->ei.image, edi->ei.size);
|
munmap (edi->ei.image, edi->ei.size);
|
||||||
|
|
Loading…
Reference in a new issue