diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-14 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-15 23:55:04 +0500 |
commit | fc662341e6f85da78ada0e443f6116b978f79f22 (patch) | |
tree | 1be1cc402a7a9cbc18d4eeea6b141354c2d559e3 /CPP/Windows/System.h | |
parent | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (diff) | |
download | 7zip-24.05.tar.gz 7zip-24.05.tar.bz2 7zip-24.05.zip |
24.0524.05
Diffstat (limited to 'CPP/Windows/System.h')
-rw-r--r-- | CPP/Windows/System.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/System.h b/CPP/Windows/System.h index 0650007..b17111c 100644 --- a/CPP/Windows/System.h +++ b/CPP/Windows/System.h | |||
@@ -105,7 +105,7 @@ struct CProcessAffinity | |||
105 | } | 105 | } |
106 | 106 | ||
107 | void CpuZero() { } | 107 | void CpuZero() { } |
108 | void CpuSet(unsigned cpuIndex) { UNUSED_VAR(cpuIndex); } | 108 | void CpuSet(unsigned /* cpuIndex */) { /* UNUSED_VAR(cpuIndex) */ } |
109 | int IsCpuSet(unsigned cpuIndex) const { return (cpuIndex < numSysThreads) ? 1 : 0; } | 109 | int IsCpuSet(unsigned cpuIndex) const { return (cpuIndex < numSysThreads) ? 1 : 0; } |
110 | 110 | ||
111 | BOOL SetProcAffinity() const | 111 | BOOL SetProcAffinity() const |