Changeset 511


Ignore:
Timestamp:
Jun 15, 2006 11:55:55 AM (18 years ago)
Author:
bennylp
Message:

Cleanup more compilation warnings with Mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_wmme.c

    r183 r511  
    16161616{ 
    16171617    PaError result = paNoError; 
    1618     MMRESULT mmresult; 
     1618    MMRESULT mmresult = 0; 
    16191619    signed int i; 
    16201620     
     
    19731973    unsigned long framesPerHostOutputBuffer; 
    19741974    unsigned long hostOutputBufferCount; 
    1975     unsigned long framesPerBufferProcessorCall; 
     1975    unsigned long framesPerBufferProcessorCall=0; 
    19761976    PaWinMmeDeviceAndChannelCount *inputDevices = 0;  /* contains all devices and channel counts as local host api ids, even when PaWinMmeUseMultipleDevices is not used */ 
    19771977    unsigned long inputDeviceCount = 0;             
Note: See TracChangeset for help on using the changeset viewer.