Fixed some warnings.
This commit is contained in:
parent
c97d07b0de
commit
330cd693b0
|
@ -232,14 +232,14 @@ static int DSOUND_setformat(LPWAVEFORMATEX wfex);
|
|||
static void DSOUND_CheckEvent(IDirectSoundBufferImpl *dsb, int len);
|
||||
static void DSOUND_CloseAudio(void);
|
||||
|
||||
#endif
|
||||
|
||||
static HRESULT DSOUND_CreateDirectSoundCapture( LPVOID* ppobj );
|
||||
static HRESULT DSOUND_CreateDirectSoundCaptureBuffer( LPCDSCBUFFERDESC lpcDSCBufferDesc, LPVOID* ppobj );
|
||||
|
||||
static ICOM_VTABLE(IDirectSoundCapture) dscvt;
|
||||
static ICOM_VTABLE(IDirectSoundCaptureBuffer) dscbvt;
|
||||
|
||||
#endif
|
||||
|
||||
/***************************************************************************
|
||||
* DirectSoundEnumerateA [DSOUND.2]
|
||||
*
|
||||
|
|
|
@ -213,9 +213,9 @@ static void DPMI_CallRMCBProc( CONTEXT86 *context, RMCB *rmcb, WORD flag )
|
|||
* It is the proc's responsibility to change the return CS:IP in the
|
||||
* real-mode call structure. */
|
||||
if (flag & 1) {
|
||||
int _clobber;
|
||||
/* 32-bit DPMI client */
|
||||
#if HAVE_FIXED_BROKEN_ASSEMBLER_BELOW
|
||||
int _clobber;
|
||||
__asm__ __volatile__(
|
||||
"pushl %%es\n"
|
||||
"pushl %%ds\n"
|
||||
|
|
Loading…
Reference in New Issue