1
0
Fork 0

a=a can trigger warnings as well. This should be hopefully do the trick.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4294
This commit is contained in:
Peter Veenstra 2019-11-22 07:28:27 +00:00
parent db51b63554
commit f923a8e644

View file

@ -708,7 +708,7 @@ static void DSP_DoDMATransfer(DMA_MODES mode,Bitu freq,bool autoinit, bool stere
freq, sb.dma.rate, sb.dma.left
);
#else
type = type;
type = *&type;
#endif
}