From da485f9c8477cb58da0a5a6ae60195b29a3fbd85 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 15 Jun 2009 13:17:03 -0400 Subject: [PATCH] tests: fix warnings --- tests/hello/hello.c | 1 - tests/hello2/hello2.c | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/hello/hello.c b/tests/hello/hello.c index 102b7db..0417f1e 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -49,7 +49,6 @@ int init_int_handler(void) int main() { - int result; int i; init_int_handler(); diff --git a/tests/hello2/hello2.c b/tests/hello2/hello2.c index f9bebce..836df53 100644 --- a/tests/hello2/hello2.c +++ b/tests/hello2/hello2.c @@ -3,7 +3,6 @@ #include "marker.h" int main() { - int result; int i; // sleep(1); -- 2.34.1