From e64f1c7ee4a25a1df837617f4a79ce7e515b9e0d Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 10 Mar 2020 16:31:34 -0700 Subject: `koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516) * `koch boot --hint:cc:off` now works * `koch --nim:pathto/nim boot` now works; code cleanup --- compiler/lineinfos.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/lineinfos.nim') diff --git a/compiler/lineinfos.nim b/compiler/lineinfos.nim index 9095dd13d..5ac65201e 100644 --- a/compiler/lineinfos.nim +++ b/compiler/lineinfos.nim @@ -99,7 +99,7 @@ const hintSuccess: "operation successful: $#", # keep in sync with `pegSuccess` see testament.nim hintSuccessX: "$loc LOC; $sec sec; $mem; $build build; proj: $project; out: $output", - hintCC: "CC: \'$1\'", # unused + hintCC: "CC: $1", hintLineTooLong: "line too long", hintXDeclaredButNotUsed: "'$1' is declared but not used", hintConvToBaseNotNeeded: "conversion to base object is not needed", -- cgit 1.4.1-2-gfad0