Michael Stefaniuc : imaadp32.acm: Don' t bother using the register storage class specifier.
Module: wine Branch: master Commit: 07d602c4f1876048f86f613167af33b00defa09b URL: http://source.winehq.org/git/wine.git/?a=commit;h=07d602c4f1876048f86f613167... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Mon Oct 8 13:17:56 2012 +0200 imaadp32.acm: Don't bother using the register storage class specifier. --- dlls/imaadp32.acm/imaadp32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/imaadp32.acm/imaadp32.c b/dlls/imaadp32.acm/imaadp32.c index 0d7ed32..19c2ae2 100644 --- a/dlls/imaadp32.acm/imaadp32.c +++ b/dlls/imaadp32.acm/imaadp32.c @@ -136,7 +136,7 @@ static DWORD ADPCM_GetFormatIndex(const WAVEFORMATEX *wfx) static void init_wfx_ima_adpcm(IMAADPCMWAVEFORMAT* awfx/*, DWORD nba*/) { - register WAVEFORMATEX* pwfx = &awfx->wfx; + WAVEFORMATEX* pwfx = &awfx->wfx; /* we assume wFormatTag, nChannels, nSamplesPerSec and wBitsPerSample * have been initialized... */
participants (1)
-
Alexandre Julliard