[Cmake-commits] [cmake-commits] king committed CTestCustom.cmake.in 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 6 15:05:03 EST 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv29353

Modified Files:
	CTestCustom.cmake.in 
Log Message:
COMP: Ignore warning LNK4204 for CMake dashboard

This warning appears for libtar.obj, curltest.obj, and synch_client.obj
regularly on CMake dashboard submissions from VS builds.  They seem to
occur due to some kind of race condition for objects in small targets.
There is nothing wrong with the code, so this just suppresses the
warnings.


Index: CTestCustom.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestCustom.cmake.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** CTestCustom.cmake.in	25 Feb 2008 15:17:17 -0000	1.4
--- CTestCustom.cmake.in	6 Jan 2009 20:05:01 -0000	1.5
***************
*** 3,6 ****
--- 3,7 ----
    "xtree.[0-9]+. : warning C4702: unreachable code"
    "warning LNK4221"
+   "warning LNK4204" # Occurs by race condition with objects in small libs
    "variable .var_args[2]*. is used before its value is set"
    "jobserver unavailable"



More information about the Cmake-commits mailing list