diff options
Diffstat (limited to 'compiler/lineinfos.nim')
-rw-r--r-- | compiler/lineinfos.nim | 2 |
1 files changed, 1 insertions, 1 deletions
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", |