浏览代码

* do not output error numbers for options

git-svn-id: trunk@48397 -
florian 4 年之前
父节点
当前提交
225eb8ed12
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/verbose.pas

+ 1 - 1
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