* elf/reldep4.c (main): Add proper prototype to fix warning.

	* elf/reldep5.c (main): Remove unused variable.
This commit is contained in:
Andreas Jaeger 2001-09-22 15:44:35 +00:00
parent 2be2ce5f7e
commit 9fb957cdf1
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2001-09-22 Andreas Jaeger <aj@suse.de>
* elf/reldep4.c (main): Add proper prototype to fix warning.
* elf/reldep5.c (main): Remove unused variable.
* math/math_private.h: Add prototypes.
2001-09-21 Andreas Jaeger <aj@suse.de>

View File

@ -9,7 +9,6 @@ main (void)
void *h1;
void *h2;
int (*fp) (void);
int *vp;
mtrace ();