summary refs log tree commit diff stats
path: root/compiler/msgs.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-09-14 15:13:08 +0200
committerAraq <rumpf_a@web.de>2015-09-14 15:13:08 +0200
commitf79ec6cdf5a33afc1de4b638149a1ed30d9b8656 (patch)
treeeb163ea163a96de20e7739ef8ab16a8270d64549 /compiler/msgs.nim
parent48d8728e406155f33898098ef7df3165591babe8 (diff)
downloadNim-f79ec6cdf5a33afc1de4b638149a1ed30d9b8656.tar.gz
make the compiler less verbose
Diffstat (limited to 'compiler/msgs.nim')
-rw-r--r--compiler/msgs.nim1
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,