From 728d20302ee99b57bd19b2bd9501500907993913 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 7 Dec 2001 10:32:27 -0500 Subject: [PATCH] Remove "unused var" warning from C_FLAGS --- Templates/CMakeBorlandWindowsSystemConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake index 47f857cc1..3910b59ad 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