[Cmake-commits] [cmake-commits] hoffman committed SystemInformation.cxx 1.42 1.43
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue May 19 16:56:49 EDT 2009
Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv20554
Modified Files:
SystemInformation.cxx
Log Message:
ENH: remove warning
Index: SystemInformation.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/SystemInformation.cxx,v
retrieving revision 1.42
retrieving revision 1.43
diff -C 2 -d -r1.42 -r1.43
*** SystemInformation.cxx 19 May 2009 20:46:24 -0000 1.42
--- SystemInformation.cxx 19 May 2009 20:56:47 -0000 1.43
***************
*** 2860,2864 ****
}
// Cache size
- int iValue = 0;
len = sizeof(value);
err = sysctlbyname("hw.l1icachesize", &value, &len, NULL, 0);
--- 2860,2863 ----
More information about the Cmake-commits
mailing list