diff options
author | Araq <rumpf_a@web.de> | 2015-09-14 15:13:08 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-09-14 15:13:08 +0200 |
commit | f79ec6cdf5a33afc1de4b638149a1ed30d9b8656 (patch) | |
tree | eb163ea163a96de20e7739ef8ab16a8270d64549 /compiler/msgs.nim | |
parent | 48d8728e406155f33898098ef7df3165591babe8 (diff) | |
download | Nim-f79ec6cdf5a33afc1de4b638149a1ed30d9b8656.tar.gz |
make the compiler less verbose
Diffstat (limited to 'compiler/msgs.nim')
-rw-r--r-- | compiler/msgs.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/msgs.nim b/compiler/msgs.nim index 8b3b11f4a..c5bc44664 100644 --- a/compiler/msgs.nim +++ b/compiler/msgs.nim @@ -514,6 +514,7 @@ const {low(TNoteKind)..high(TNoteKind)} - {warnShadowIdent, warnUninit, warnProveField, warnProveIndex, warnGcUnsafe, + hintPath, hintConf, hintDependency, hintExecuting, hintCodeBegin, hintCodeEnd, |