Fix compilation warnings as otherwise we fail the test.
authorAlan Modra <amodra@gmail.com>
Mon, 6 Nov 2000 10:07:06 +0000 (10:07 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 6 Nov 2000 10:07:06 +0000 (10:07 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-elfvsb/main.c

index 893b825..36b6225 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-06  Alan Modra  <alan@linuxcare.com.au>
+
+       * ld-elfvsb/main.c (PROTECTED_CHECK): Include stdio.h.
+       (main): Prune unused args.
+
 2000-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * ld-selective/selective.exp <no CXX>: Fix typo for argument to
index a00b70f..26542b8 100644 (file)
@@ -1,10 +1,9 @@
 #ifdef PROTECTED_CHECK
 #include <features.h>
+#include <stdio.h>
 
 int
-main (argc, argv)
-  int argc;
-  char *argv[];
+main (void)
 {
 #if defined (__GLIBC__) && (__GLIBC__ > 2 \
                            || (__GLIBC__ == 2 \