mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Error out on unrecognized options.
This commit is contained in:
@ -1032,7 +1032,7 @@ md_parse_option(argP,cntP,vecP)
|
|||||||
int *cntP;
|
int *cntP;
|
||||||
char ***vecP;
|
char ***vecP;
|
||||||
{
|
{
|
||||||
return 1;
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user