diff options
author | Francois Bertel <francois.bertel@kitware.com> | 2009-03-20 02:48:05 (GMT) |
---|---|---|
committer | Francois Bertel <francois.bertel@kitware.com> | 2009-03-20 02:48:05 (GMT) |
commit | ad4a2fd6970358298ef7f21d46f141b9dcdfad9b (patch) | |
tree | b30b3af50b8664965ba7e37112807abc1978454e /Source/kwsys/SystemInformation.hxx.in | |
parent | 55a6042d9c5e1b644f50a1c475cd683af5ed1f3f (diff) | |
download | CMake-ad4a2fd6970358298ef7f21d46f141b9dcdfad9b.zip CMake-ad4a2fd6970358298ef7f21d46f141b9dcdfad9b.tar.gz CMake-ad4a2fd6970358298ef7f21d46f141b9dcdfad9b.tar.bz2 |
COMP:Fixed warnings with gcc 4.3.2.
Diffstat (limited to 'Source/kwsys/SystemInformation.hxx.in')
-rw-r--r-- | Source/kwsys/SystemInformation.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemInformation.hxx.in b/Source/kwsys/SystemInformation.hxx.in index 0fde927..9a97812 100644 --- a/Source/kwsys/SystemInformation.hxx.in +++ b/Source/kwsys/SystemInformation.hxx.in @@ -47,7 +47,7 @@ public: const char * GetExtendedProcessorName(); const char * GetProcessorSerialNumber(); int GetProcessorCacheSize(); - int GetLogicalProcessorsPerPhysical(); + unsigned int GetLogicalProcessorsPerPhysical(); float GetProcessorClockFrequency(); int GetProcessorAPICID(); int GetProcessorCacheXSize(long int); |