On Fri, Oct 21, 2011 at 08:46:23PM +, David Binderman wrote:
> [binutils-2.21.53.0.2/gas/config/tc-mn10200.c:483]: (warning) Redundant
> assignment of "opcode" in switch
>
> The source code is
>
> case 0xff:
> opcode = 0xfe;
> case 0xe8:
>
> There looks to be a missing break i
Hello there,
I just ran the static analysis tool cppcheck over the source
code of binutils-2.21.53.0.2. It said
1.
[binutils-2.21.53.0.2/gas/config/tc-mn10200.c:483]: (warning) Redundant
assignment of "opcode" in switch
The source code is
case 0xff:
opcode = 0xfe;
case 0xe8: