浏览代码

COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix "may be used uninitialized" warnings.

David Cole 19 年之前
父节点
当前提交
7d033e5c2b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/kwsys/ProcessWin32.c

+ 1 - 0
Source/kwsys/ProcessWin32.c

@@ -65,6 +65,7 @@ Q190351 and Q150956.
 #endif
 
 #if defined(__BORLANDC__)
+# pragma warn -8004 /* assigned a value that is never used  */
 # pragma warn -8060 /* Assignment inside if() condition.  */
 #endif