]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix compile time warnings about a local variable being used before it is set.
authorNick Clifton <nickc@redhat.com>
Tue, 28 Apr 2015 10:22:57 +0000 (11:22 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 28 Apr 2015 10:22:57 +0000 (11:22 +0100)
commitda7119c99c41f60cb178b0b9729d9f7880f33c86
tree6cf1b9b9764d7474ad13b3de12316fa5c557aaff
parent2631b16a570626a276f1ce6528ff1cd2cc90ce76
Fix compile time warnings about a local variable being used before it is set.

PR 18313
* cond.c (s_if): Stop compile time warning about stopc being used
before it is set.
(s_ifc): Likewise.
gas/ChangeLog
gas/cond.c