]> sourceware.org Git - systemtap.git/commitdiff
testsuite plt.c: correct compiler warnings
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 29 Sep 2015 13:44:13 +0000 (09:44 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 29 Sep 2015 13:44:13 +0000 (09:44 -0400)
testsuite/systemtap.base/plt.c

index 8a9a68789b13063987d9f6732d0ada55605e5337..ff45f37bea427fc4c5535c80d95c861998c9ecc4 100644 (file)
@@ -217,7 +217,7 @@ widgets (void)
   printf ("|%35W|\n", &mywidget);
   printf ("|%-35W|\n", &mywidget);
 
-  return;
+  return 0;
 }
 
 
@@ -282,5 +282,6 @@ int
 main ()
 {
   zenme ();
+  return 0;
 }
 #endif
This page took 0.03086 seconds and 5 git commands to generate.