summary refs log tree commit diff stats
path: root/compiler/msgs.nim
diff options
context:
space:
mode:
authorMatt Sullivan <mattsullivan14916@gmail.com>2015-09-05 22:16:35 -0500
committerMatt Sullivan <mattsullivan14916@gmail.com>2015-09-05 22:16:35 -0500
commitcaf0cd9e05f7dcb846e83650707bb653d415e73c (patch)
treef58c09bacc89e3c521de98c2398c5c7d7c544dbd /compiler/msgs.nim
parentd7996a9edef4d8c51466495696bd2c0a3a2c03be (diff)
downloadNim-caf0cd9e05f7dcb846e83650707bb653d415e73c.tar.gz
Replace incorrect warning string.
Diffstat (limited to 'compiler/msgs.nim')
-rw-r--r--compiler/msgs.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/msgs.nim b/compiler/msgs.nim
index c815e0277..8b3b11f4a 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"]