Fixed some warnings.

This commit is contained in:
Patrik Stridvall 2000-06-03 20:43:06 +00:00 committed by Alexandre Julliard
parent c97d07b0de
commit 330cd693b0
2 changed files with 3 additions and 3 deletions

View File

@ -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]
*

View File

@ -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"