mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-17 08:01:12 +02:00
Fix some warnings on mac
These are mostly missing 'overrides'
This commit is contained in:
@@ -83,7 +83,7 @@ void ODFLACFile::metadata_callback(const FLAC__StreamMetadata *metadata)
|
||||
|
||||
// FIXME: not declared when compiling on Ubuntu.
|
||||
//case FLAC__MAX_METADATA_TYPE: // quiet compiler warning with this line
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user