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:
parent
db51b63554
commit
f923a8e644
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue