summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessWin32.c
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2006-10-09 14:06:03 (GMT)
committerDavid Cole <david.cole@kitware.com>2006-10-09 14:06:03 (GMT)
commit7d033e5c2b5bb2a3482444467762692474c572d9 (patch)
tree3b5365feb0a0fe6e86d9cf6894e89a71063602fe /Source/kwsys/ProcessWin32.c
parent2ea953019fcb24821fa09e9f677c5c56814927e9 (diff)
downloadCMake-7d033e5c2b5bb2a3482444467762692474c572d9.zip
CMake-7d033e5c2b5bb2a3482444467762692474c572d9.tar.gz
CMake-7d033e5c2b5bb2a3482444467762692474c572d9.tar.bz2
COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix "may be used uninitialized" warnings.
Diffstat (limited to 'Source/kwsys/ProcessWin32.c')
-rw-r--r--Source/kwsys/ProcessWin32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/ProcessWin32.c b/Source/kwsys/ProcessWin32.c
index 8f8aca6..cdd5c70 100644
--- a/Source/kwsys/ProcessWin32.c
+++ b/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