1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-07 12:12:23 +01:00

Clean up most remaining MSVC warnings.

This commit is contained in:
James Crook
2018-01-06 13:03:48 +00:00
parent b2f8cf180f
commit d2fe7b1757
21 changed files with 685 additions and 667 deletions

View File

@@ -556,7 +556,7 @@ size_t BlockFile::CommonReadData(
else {
auto channels = info.channels;
wxASSERT(channels >= 1);
wxASSERT(channel < channels);
wxASSERT(channel < (unsigned int)channels);
if (channels == 1 &&
format == int16Sample &&