From f79ec6cdf5a33afc1de4b638149a1ed30d9b8656 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 14 Sep 2015 15:13:08 +0200 Subject: [PATCH] make the compiler less verbose --- compiler/msgs.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/msgs.nim b/compiler/msgs.nim index 8b3b11f4a7..c5bc44664c 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,