1
0
Эх сурвалжийг харах

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

David Cole 19 жил өмнө
parent
commit
7d033e5c2b

+ 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