summaryrefslogtreecommitdiffstats
path: root/Templates/CMakeBorlandWindowsSystemConfig.cmake
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-12-07 15:32:27 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2001-12-07 15:32:27 (GMT)
commit728d20302ee99b57bd19b2bd9501500907993913 (patch)
tree0d0444a3b012a0478938801770a71b476a90b8d6 /Templates/CMakeBorlandWindowsSystemConfig.cmake
parent0a5f763bbe4358cedc4a28160b21bfd0d95bc75b (diff)
downloadCMake-728d20302ee99b57bd19b2bd9501500907993913.zip
CMake-728d20302ee99b57bd19b2bd9501500907993913.tar.gz
CMake-728d20302ee99b57bd19b2bd9501500907993913.tar.bz2
Remove "unused var" warning from C_FLAGS
Diffstat (limited to 'Templates/CMakeBorlandWindowsSystemConfig.cmake')
-rw-r--r--Templates/CMakeBorlandWindowsSystemConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake
index 47f857c..3910b59 100644
--- a/Templates/CMakeBorlandWindowsSystemConfig.cmake
+++ b/Templates/CMakeBorlandWindowsSystemConfig.cmake
@@ -18,7 +18,7 @@ SET (HAVE_UNISTD_H 1)
SET (CMAKE_C_COMPILER ${BCB_BIN_PATH}/bcc32 CACHE FILEPATH
"Name of C compiler used.")
-SET (CMAKE_C_FLAGS "-w- -whid -waus -wpar -tWM" CACHE STRING
+SET (CMAKE_C_FLAGS "-w- -whid -waus -tWM" CACHE STRING
"Flags for C compiler.")
SET (CMAKE_BUILD_TYPE Debug CACHE STRING