mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Wimplicit-fallthrough fixes for tools/utils
This commit is contained in:
parent
4f86da8544
commit
5c08a6a85d
2 changed files with 4 additions and 2 deletions
|
|
@ -254,7 +254,8 @@ int main (int argc, char* argv[])
|
|||
settings._sample_format = ExportFormatBase::SF_Float;
|
||||
break;
|
||||
}
|
||||
// no break
|
||||
|
||||
/* fall through */
|
||||
default:
|
||||
fprintf(stderr, "Invalid Bit Depth\n");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue