1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

(bar): Fix missing initialization warned on by GCC v4.

(Logical change 1.290)
This commit is contained in:
hp.com!davidm 2005-05-03 09:13:17 +00:00
parent 828d48662d
commit 9fa361ed37

View file

@ -67,7 +67,7 @@ int
bar (int v)
{
extern long f (long);
int arr[1];
int arr[1] = { v };
uintptr_t r;
/* This is a vain attempt to use up lots of registers to force