mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Fix compile time warnings
This commit is contained in:
parent
0c35f01ab3
commit
a80076a171
@ -1,3 +1,8 @@
|
||||
2001-09-22 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* as.c: Add missing function prototype.
|
||||
* config/obj-aout.c: Fix compile time warning.
|
||||
|
||||
2001-09-21 Bruno Haible <haible@clisp.cons.org>
|
||||
|
||||
* config/tc-openrisc.c: Don't include <ctype.h>.
|
||||
|
2
gas/as.c
2
gas/as.c
@ -766,6 +766,8 @@ the GNU General Public License. This program has absolutely no warranty.\n"));
|
||||
|
||||
static long start_time;
|
||||
|
||||
int main PARAMS ((int, char **));
|
||||
|
||||
int
|
||||
main (argc, argv)
|
||||
int argc;
|
||||
|
@ -755,4 +755,4 @@ const struct format_ops aout_format_ops =
|
||||
0, /* read_begin_hook */
|
||||
0 /* symbol_new_hook */
|
||||
};
|
||||
#endif BFD_ASSEMBLER
|
||||
#endif /* BFD_ASSEMBLER */
|
||||
|
Loading…
Reference in New Issue
Block a user