From caf0cd9e05f7dcb846e83650707bb653d415e73c Mon Sep 17 00:00:00 2001 From: Matt Sullivan Date: Sat, 5 Sep 2015 22:16:35 -0500 Subject: [PATCH] Replace incorrect warning string. --- compiler/msgs.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/msgs.nim b/compiler/msgs.nim index c815e02777..8b3b11f4a7 100644 --- a/compiler/msgs.nim +++ b/compiler/msgs.nim @@ -439,7 +439,7 @@ const "RedefinitionOfLabel", "UnknownSubstitutionX", "LanguageXNotSupported", "FieldXNotSupported", "CommentXIgnored", "NilStmt", - "TypelessParam", "DifferentHeaps", "WriteToForeignHeap", + "TypelessParam", "UseBase", "WriteToForeignHeap", "UnsafeCode", "EachIdentIsTuple", "ShadowIdent", "ProveInit", "ProveField", "ProveIndex", "GcUnsafe", "GcUnsafe2", "Uninit", "GcMem", "Destructor", "LockLevel", "ResultShadowed", "User"]