On Mon, Nov 16, 2015 at 03:20:12PM +0000, Peter Maydell wrote: > On 16 November 2015 at 14:23, Peter Maydell wrote: > > My clang-3.7 build (it's part of fbinfer) also complains about: > > > > /Users/pm215/src/qemu/hw/audio/fmopl.c:1085:39: warning: shifting a > > negative signed value is undefined [-Wshift-negative-value] > > data = Limit( outd[0] , OPL_MAXOUT, OPL_MINOUT ); > > ^~~~~~~~~~ > > /Users/pm215/src/qemu/hw/audio/fmopl.c:75:28: note: expanded from > > macro 'OPL_MINOUT' > > #define OPL_MINOUT (-0x8000< > ~~~~~~~^ > > I sent a patch for that one. The MIPS stuff I'll leave for somebody > else at least for now... Thanks. I don't plan to investigate the audio one soon. Stefan