1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-19 19:45:17 +02: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:
Tommi Rantala 2012-08-12 21:24:35 +03:00
parent 39b8398159
commit 18c26d4a7e

View file

@ -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);