mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 05:46:45 +00:00
Removed two warnings.
This commit is contained in:
parent
486a3cf645
commit
bcd8d4c9bc
|
@ -86,7 +86,7 @@ namespace OpenTK.Audio
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
s.Close();
|
s.Close();
|
||||||
throw;
|
throw;
|
||||||
|
|
|
@ -191,7 +191,7 @@ namespace OpenTK.Audio
|
||||||
//return new SoundData(decoded_data, new SoundFormat(channels, bits_per_sample, sample_rate));
|
//return new SoundData(decoded_data, new SoundFormat(channels, bits_per_sample, sample_rate));
|
||||||
return decoded_data;
|
return decoded_data;
|
||||||
}
|
}
|
||||||
catch (AudioReaderException e)
|
catch (AudioReaderException)
|
||||||
{
|
{
|
||||||
reader.Close();
|
reader.Close();
|
||||||
throw;
|
throw;
|
||||||
|
|
Loading…
Reference in a new issue