From: Pierre-Marc Fournier Date: Mon, 15 Jun 2009 17:17:03 +0000 (-0400) Subject: tests: fix warnings X-Git-Tag: v0.1~193 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=da485f9c8477cb58da0a5a6ae60195b29a3fbd85 tests: fix warnings --- 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);