mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
Fix some compiler warnings
This commit is contained in:
parent
3977724e82
commit
851f14281c
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ static inline int
|
|||
maps_next (struct map_iterator *mi,
|
||||
unsigned long *low, unsigned long *high, unsigned long *offset)
|
||||
{
|
||||
char perm[16], dash, colon, *cp;
|
||||
char perm[16], dash = 0, colon = 0, *cp;
|
||||
unsigned long major, minor, inum;
|
||||
ssize_t i, nread;
|
||||
|
||||
|
|
Loading…
Reference in a new issue