Silenced some warnings

This commit is contained in:
Marco Antognini 2014-10-28 18:48:10 +01:00 committed by Mario Liebisch
parent e22bb627c7
commit 1d24b52220
3 changed files with 12 additions and 12 deletions

View file

@ -77,7 +77,7 @@ public :
/// \brief Write audio samples to the file
///
/// \param samples Pointer to the sample array to write
/// \param sampleCount Number of samples to write
/// \param count Number of samples to write
///
////////////////////////////////////////////////////////////
void write(const Int16* samples, Uint64 count);