[Cmake-commits] [cmake-commits] david.cole committed CTestCustom.cmake.in 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 1 16:47:10 EDT 2009


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

Modified Files:
	CTestCustom.cmake.in 
Log Message:
Fix warnings in CMake source code. Suppress rampant warnings emanating from Qt files.


Index: CTestCustom.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestCustom.cmake.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** CTestCustom.cmake.in	30 Sep 2009 15:41:33 -0000	1.9
--- CTestCustom.cmake.in	1 Oct 2009 20:47:08 -0000	1.10
***************
*** 26,29 ****
--- 26,30 ----
    "stl_deque.h:1051"
    "(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
+   "[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
    "Parser.cxx.*warning.*2111-D.*statement is unreachable"
    "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"



More information about the Cmake-commits mailing list