[Cmake-commits] [cmake-commits] zach.mullen committed cmCTestRunTest.h 1.8 1.9
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Sep 8 09:12:47 EDT 2009
Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv17898
Modified Files:
cmCTestRunTest.h
Log Message:
Fixed warning
Index: cmCTestRunTest.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestRunTest.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** cmCTestRunTest.h 3 Sep 2009 19:33:44 -0000 1.8
--- cmCTestRunTest.h 8 Sep 2009 13:12:44 -0000 1.9
***************
*** 92,96 ****
};
! inline int getNumWidth(int n)
{
int numWidth = 1;
--- 92,96 ----
};
! inline int getNumWidth(size_t n)
{
int numWidth = 1;
More information about the Cmake-commits
mailing list