COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix "may be used uninitialized" warnings.
This commit is contained in:
parent
2ea953019f
commit
7d033e5c2b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue