summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-06-11 15:03:31 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-06-11 15:03:31 +0000
commita558a51698b9b4974ec29fb7ae105bfe41084414 (patch)
tree0f02e16512d17bf3b5aa9a0c37d897de45962c4d /test
parent1ce54cfccd0f823a460253bc48818de61eb76d09 (diff)
Fix some compiler warnings
Diffstat (limited to 'test')
-rw-r--r--test/test-skeleton.c2
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. */