diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-11 15:03:31 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-11 15:03:31 +0000 |
commit | a558a51698b9b4974ec29fb7ae105bfe41084414 (patch) | |
tree | 0f02e16512d17bf3b5aa9a0c37d897de45962c4d /test | |
parent | 1ce54cfccd0f823a460253bc48818de61eb76d09 (diff) |
Fix some compiler warnings
Diffstat (limited to 'test')
-rw-r--r-- | test/test-skeleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-skeleton.c b/test/test-skeleton.c index 22fdd8f98..adfc8b75b 100644 --- a/test/test-skeleton.c +++ b/test/test-skeleton.c @@ -135,7 +135,7 @@ static void __attribute__ ((noreturn)) timeout_handler (int sig __attribute__ ((unused))) { - int killed; + int killed = 0; int status; /* Send signal. */ |