[Cmake-commits] [cmake-commits] king committed Configure.h.in 1.13 1.14
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Jun 22 14:19:24 EDT 2009
Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv16200/Source/kwsys
Modified Files:
Configure.h.in
Log Message:
COMP: Quiet aggressive Borland warnings in KWSys
This disables Borland warning 8027 while compiling KWSys source files.
It provides no useful information.
Index: Configure.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/Configure.h.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -C 2 -d -r1.13 -r1.14
*** Configure.h.in 14 Apr 2009 13:35:56 -0000 1.13
--- Configure.h.in 22 Jun 2009 18:19:22 -0000 1.14
***************
*** 23,26 ****
--- 23,33 ----
#endif
+ /* Disable some warnings inside kwsys source files. */
+ #if defined(KWSYS_NAMESPACE)
+ # if defined(__BORLANDC__)
+ # pragma warn -8027 /* function not inlined. */
+ # endif
+ #endif
+
/* Whether kwsys namespace is "kwsys". */
#define @KWSYS_NAMESPACE at _NAME_IS_KWSYS @KWSYS_NAME_IS_KWSYS@
More information about the Cmake-commits
mailing list