1
0
Fork 0

Remove some old code and do an a=a to trick a compiler in non-debug mode

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4293
This commit is contained in:
Peter Veenstra 2019-11-20 07:17:12 +00:00
parent 8cb2e08f31
commit db51b63554
2 changed files with 5 additions and 4 deletions

View file

@ -707,6 +707,8 @@ static void DSP_DoDMATransfer(DMA_MODES mode,Bitu freq,bool autoinit, bool stere
autoinit ? "Auto-Init" : "Single-Cycle",
freq, sb.dma.rate, sb.dma.left
);
#else
type = type;
#endif
}