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

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 30 11:41:36 EDT 2009


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

Modified Files:
	CTestCustom.cmake.in 
Log Message:
Fix warnings in CMake source code. Suppress warnings in Lexer and Parser files that are 'too hard' to fix.


Index: CTestCustom.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CTestCustom.cmake.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** CTestCustom.cmake.in	10 Jul 2009 13:53:50 -0000	1.8
--- CTestCustom.cmake.in	30 Sep 2009 15:41:33 -0000	1.9
***************
*** 25,28 ****
--- 25,29 ----
    "remark\\(1209"
    "stl_deque.h:1051"
+   "(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
    "Parser.cxx.*warning.*2111-D.*statement is unreachable"
    "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"



More information about the Cmake-commits mailing list