From 225eb8ed12ef191cf97a185f1a405bbdaf9634b2 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 24 Jan 2021 14:34:02 +0000 Subject: [PATCH] * do not output error numbers for options git-svn-id: trunk@48397 - --- compiler/verbose.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/verbose.pas b/compiler/verbose.pas index a6003eeaf2..bc48697a02 100644 --- a/compiler/verbose.pas +++ b/compiler/verbose.pas @@ -753,7 +753,7 @@ implementation UpdateStatus; { Fix replacements } DefaultReplacements(s); - if status.showmsgnrs then + if status.showmsgnrs and ((v and V_Normal)=0) then s:='('+tostr(w)+') '+s; if doqueue then begin