Merge pull request #2630 from ludovic-henry/fix-registeredwaithandle-leak
[mono.git] / mcs / mcs / report.cs
index 5ae47d8a0d061938ddae241f13621178fb6bdd14..74bbb46c640cf42053a1d096fd4472a61804934b 100644 (file)
@@ -58,7 +58,7 @@ namespace Mono.CSharp {
                        3021, 3022, 3023, 3024, 3026, 3027,
                        4014, 4024, 4025, 4026,
                        7035, 7080, 7081, 7082, 7095,
-                       8009,
+                       8009, 8094
                };
 
                static HashSet<int> AllWarningsHashSet;
@@ -103,6 +103,9 @@ namespace Mono.CSharp {
                        case LanguageVersion.V_5:
                                version = "5.0";
                                break;
+                       case LanguageVersion.V_6:
+                               version = "6.0";
+                               break;
                        default:
                                throw new InternalErrorException ("Invalid feature version", compiler.Settings.Version);
                        }