tests: fix warnings
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 15 Jun 2009 17:17:03 +0000 (13:17 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 15 Jun 2009 17:17:03 +0000 (13:17 -0400)
tests/hello/hello.c
tests/hello2/hello2.c

index 102b7db258ce566daff95bc2ce540c629a75d1f8..0417f1e962215807ef1f590314b01167e7b14b85 100644 (file)
@@ -49,7 +49,6 @@ int init_int_handler(void)
 
 int main()
 {
-       int result;
        int i;
 
        init_int_handler();
index f9bebce2676bb5dbd25a95983fdfcf86736d56e2..836df53c7acb4d899c14954b3b151ba485d88e89 100644 (file)
@@ -3,7 +3,6 @@
 #include "marker.h"
 int main()
 {
-       int result;
        int i;
 
 //     sleep(1);
This page took 0.023822 seconds and 4 git commands to generate.