mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2024-12-02 19:27:01 +00: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
@ -316,7 +316,7 @@ struct elf_dyn_info
|
||||
#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)
|
||||
munmap (edi->ei.image, edi->ei.size);
|
||||
|
Loading…
Reference in New Issue
Block a user