mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 19:52:19 +01:00
Linty fixes
This commit fixes a number of warnings shown in compilation with MSVC. No behavioral changes intended. I did not fix signed/unsigned warnings.
This commit is contained in:
@@ -596,6 +596,7 @@ return theArray.Get();
|
||||
(NumericConverter::Type type)
|
||||
{
|
||||
switch (type) {
|
||||
default:
|
||||
case NumericConverter::TIME:
|
||||
return TimeConverterFormats();
|
||||
case NumericConverter::FREQUENCY:
|
||||
|
||||
Reference in New Issue
Block a user