[Cmake-commits] [cmake-commits] david.cole committed testProcess.c 1.38 1.39

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


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

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


Index: testProcess.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/testProcess.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C 2 -d -r1.38 -r1.39
*** testProcess.c	28 Sep 2009 15:37:25 -0000	1.38
--- testProcess.c	30 Sep 2009 15:41:34 -0000	1.39
***************
*** 267,271 ****
          else
            {
!           fwrite(data, 1, length, stdout);
            fflush(stdout);
            }
--- 267,271 ----
          else
            {
!           fwrite(data, 1, (size_t) length, stdout);
            fflush(stdout);
            }



More information about the Cmake-commits mailing list