Modified by:[EMAIL PROTECTED] Reviewed by: Date:2/28/2005 Project:Helix Symbian Port Synopsis:Remove warnings,(warning: unsigned int format, pointer arg ) and (warning TInt FlagToNumber(enum TMMFSampleRate)' defined but not used)
Overview: The format in fprintf was changed from -fprintf(stderr, "0x%08x::CHXFakeAudioDevice::Close(%lu)\n", this, bFlush); to + fprintf(stderr, "0x%08x::CHXFakeAudioDevice::Close(%u)\n", (unsigned int)this, bFlush); the format was changed from unsigned long to unsigned int. in order to eliminate the warning. In the file audio_session-mmf.cpp the static qualifier was removed from the definition of the function FlagToNumber in order to eliminate the warning. Files Modified: device/fakeaudiodevice.cpp device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp Image Size and Heap Use impact: None Platforms and Profiles Affected: symbian-70s-thumb, helix-client-s60-advanced Distribution Libraries Affected: None Distribution library impact and planned action: None Platforms and Profiles Build Verified: symbian-70s-thumb, helix-client-s60-advanced Platforms and Profiles Functionality verified: symbian-70s-thumb, helix-client-s60-advanced Branch: 150Cay and HEAD Copyright assignment: I agree to assign to RealNetworks full copyright ownership of the code represented by the attached patch. I warrant that I am legally entitled to grant the copyright assignment and that my contribution does not violate any law or breach any contract. I understand that RealNetworks may license this code under RPSL, RCSL, and/or any other license at RealNetworks' sole discretion.
audio.patch
Description: Binary data
_______________________________________________ Audio-dev mailing list [email protected] http://lists.helixcommunity.org/mailman/listinfo/audio-dev
