aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Windows/System.h')
-rw-r--r--CPP/Windows/System.h2
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