Ryan Bradetich's warning fixes.

This commit is contained in:
Alan Modra 2000-07-10 05:14:13 +00:00
parent 8ce17b9a34
commit b7af50e3f8
3 changed files with 26 additions and 20 deletions

View file

@ -1,5 +1,5 @@
/* Generic symbol-table support for the BFD library.
Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 1999
Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
Written by Cygnus Support.
@ -788,8 +788,8 @@ struct indexentry
static int
cmpindexentry (a, b)
const PTR *a;
const PTR *b;
const PTR a;
const PTR b;
{
const struct indexentry *contestantA = (const struct indexentry *) a;
const struct indexentry *contestantB = (const struct indexentry *) b;