Skip to content
Snippets Groups Projects
Commit a84f0b44 authored by David Cole's avatar David Cole
Browse files

COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix...

COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix "may be used uninitialized" warnings.
parent ee4519f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment