diff options
author | Matt Sullivan <mattsullivan14916@gmail.com> | 2015-09-05 22:16:35 -0500 |
---|---|---|
committer | Matt Sullivan <mattsullivan14916@gmail.com> | 2015-09-05 22:16:35 -0500 |
commit | caf0cd9e05f7dcb846e83650707bb653d415e73c (patch) | |
tree | f58c09bacc89e3c521de98c2398c5c7d7c544dbd /compiler/msgs.nim | |
parent | d7996a9edef4d8c51466495696bd2c0a3a2c03be (diff) | |
download | Nim-caf0cd9e05f7dcb846e83650707bb653d415e73c.tar.gz |
Replace incorrect warning string.
Diffstat (limited to 'compiler/msgs.nim')
-rw-r--r-- | compiler/msgs.nim | 2 |
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"] |