From 1c258b463f655d47ef56fb5351a07b12712b3dba Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 31 Jul 2020 15:51:11 +0100 Subject: Fix label warnings --- tools/unlabel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/unlabel b/tools/unlabel index 6ad915e5e8..6759da49a5 100755 --- a/tools/unlabel +++ b/tools/unlabel @@ -35,7 +35,7 @@ LABLABREGEX="s/\([a-z_]+:([a-z\('])/\(\1/g" TILDEREGEX="s/~([a-z_]*[ \]])/\1/g" #@sinceunlabeled --> @since -SINCEREGEX="s/sinceunlabeled/since/g" +SINCEREGEX="s/sinceunlabelednowarn/since/g" #Indent a non-blank line by two characters, for moreLabels templates INDENTREGEX="s/^(.+)$/ \1/m" -- cgit v1.2.1