diff --git a/ILSpy.ReadyToRun/ReadyToRunLanguage.cs b/ILSpy.ReadyToRun/ReadyToRunLanguage.cs index 602771a2f..bcf830831 100644 --- a/ILSpy.ReadyToRun/ReadyToRunLanguage.cs +++ b/ILSpy.ReadyToRun/ReadyToRunLanguage.cs @@ -171,6 +171,7 @@ namespace ICSharpCode.ILSpy.ReadyToRun break; default: output.WriteLine("WRN: Unexpected variable location type"); + break; } output.WriteLine(""); }