mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 03:41:58 +08:00
* nlmconv.c: Fix warnings about unused attributes and function
prototypes. * strings.c: Add prototype for get_char.
This commit is contained in:
@ -136,6 +136,8 @@ static void print_strings PARAMS ((const char *filename, FILE *stream,
|
||||
file_ptr address, int stop_point,
|
||||
int magiccount, char *magic));
|
||||
static void usage PARAMS ((FILE *stream, int status));
|
||||
static long get_char PARAMS ((FILE *stream, file_ptr *address,
|
||||
int *magiccount, char **magic));
|
||||
|
||||
int
|
||||
main (argc, argv)
|
||||
|
Reference in New Issue
Block a user