projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ea0ae
)
Cast result of TC_PARSE_CONS_EXPRESSION
author
Alan Modra
<amodra@gmail.com>
Mon, 18 Aug 2014 00:01:01 +0000
(09:31 +0930)
committer
Alan Modra
<amodra@gmail.com>
Mon, 18 Aug 2014 00:02:44 +0000
(09:32 +0930)
* read.c (parse_mri_cons): Warning fix.
gas/ChangeLog
patch
|
blob
|
history
gas/read.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 428dadd7d8b88c4bd494f56cad8d40f66dfd6a08..909b4f4025e527147a8d4e5b978c8a3cfa959df5 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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.
diff --git
a/gas/read.c
b/gas/read.c
index 183ef2c8fd97f0193e64a2c0382099a5b00d287a..2d5fdf1fdd4ddc3512cce0a408cebd6f3672ae00 100644
(file)
--- a/
gas/read.c
+++ b/
gas/read.c
@@
-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;