mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-21 07:23:38 +08:00
Cast result of TC_PARSE_CONS_EXPRESSION
* read.c (parse_mri_cons): Warning fix.
This commit is contained in:
parent
87ea0aeaa3
commit
1e53931944
@ -1,3 +1,7 @@
|
||||
2014-08-18 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* read.c (parse_mri_cons): Warning fix.
|
||||
|
||||
2014-08-14 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure.ac: Move ACX_LARGEFILE after LT_INIT.
|
||||
|
@ -4605,7 +4605,7 @@ parse_mri_cons (expressionS *exp, unsigned int nbytes)
|
||||
&& (input_line_pointer[1] != '\''
|
||||
|| (*input_line_pointer != 'A'
|
||||
&& *input_line_pointer != 'E')))
|
||||
TC_PARSE_CONS_EXPRESSION (exp, nbytes);
|
||||
(void) TC_PARSE_CONS_EXPRESSION (exp, nbytes);
|
||||
else
|
||||
{
|
||||
unsigned int scan;
|
||||
|
Loading…
Reference in New Issue
Block a user