1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-23 21:25:18 +02:00

Fix some compiler warnings

This commit is contained in:
Arun Sharma 2011-10-29 17:11:29 -07:00
parent 3977724e82
commit 851f14281c

View file

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