diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2015-08-14 21:25:17 +0200 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2015-08-14 21:26:17 +0200 |
commit | c0fe2ae7064c4f927034aca87913bc28920721d9 (patch) | |
tree | ef11b9107c8334fde510eec92bfc0cc673e6c548 /sim/v850 | |
parent | a738da3abe2bc02d70521086cf1d0e23565b8fbe (diff) | |
download | gdb-c0fe2ae7064c4f927034aca87913bc28920721d9.zip gdb-c0fe2ae7064c4f927034aca87913bc28920721d9.tar.gz gdb-c0fe2ae7064c4f927034aca87913bc28920721d9.tar.bz2 |
Fix ARI warnings in d-exp.y
This fixes four ARI warnings found in d-exp.y.
This is comprised of three uses of the && or || at the end of a line, and one
use of sprintf.
gdb/ChangeLog
* d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
xstrprintf instead of malloc and sprintf.
(PrimaryExpression : IdentifierExp): Avoid operator at end of line.
(lex_one_token): Likewise.
Diffstat (limited to 'sim/v850')
0 files changed, 0 insertions, 0 deletions