浏览代码

+ suppression of link varning of 'qd'

olle 20 年之前
父节点
当前提交
ea004048cb
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      compiler/systems/t_macos.pas

+ 5 - 2
compiler/systems/t_macos.pas

@@ -148,7 +148,7 @@ begin
         Add('-t "MPST" -c "MPS " '#182);
 
       if apptype = app_cui then {If SIOW, to avoid some warnings.}
-        Add('-ignoredups __start -ignoredups .__start -ignoredups main -ignoredups .main '#182);
+        Add('-ignoredups __start -ignoredups .__start -ignoredups main -ignoredups .main -ignoredups qd '#182);
 
       Add('-tocdataref off -sym on -dead on -o '+ ScriptFixFileName(current_module.exefilename^));
 
@@ -245,7 +245,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.16  2004-12-22 16:32:46  peter
+  Revision 1.17  2004-12-28 22:00:15  olle
+    + suppression of link varning of 'qd'
+
+  Revision 1.16  2004/12/22 16:32:46  peter
     * maybequoted() added
 
   Revision 1.15  2004/11/19 16:30:24  peter