mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
ENH: remove warning
This commit is contained in:
@@ -2859,7 +2859,6 @@ bool SystemInformationImplementation::ParseSysCtl()
|
||||
this->ChipID.Model = value;
|
||||
}
|
||||
// Cache size
|
||||
int iValue = 0;
|
||||
len = sizeof(value);
|
||||
err = sysctlbyname("hw.l1icachesize", &value, &len, NULL, 0);
|
||||
this->Features.L1CacheSize = value;
|
||||
|
||||
Reference in New Issue
Block a user