On 12 December 2014 at 15:52, Leon Alrae <leon.al...@imgtec.com> wrote: > On 12/12/2014 14:51, Peter Maydell wrote: >> Failing that, the best source for a mips16 disassembler is >> going to be "fix the bugs in the currently disabled code we >> have in the tree", in which case deleting it all would be >> a backwards step... > > Agreed. It may have greater value than I thought. I'll leave it then.
You can silence the warning by sticking #if 0 round the offending data (which is probably why the code has the #if 0). -- PMM