mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
fix: fix compilation issues when building with clang-16
Related-To: NEO-8284 Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
db13d99680
commit
6e481535d0
@@ -115,7 +115,7 @@ void WddmResidencyController::removeFromTrimCandidateListIfUsed(WddmAllocation *
|
||||
|
||||
void WddmResidencyController::checkTrimCandidateCount() {
|
||||
if (DebugManager.flags.ResidencyDebugEnable.get()) {
|
||||
uint32_t sum = 0;
|
||||
[[maybe_unused]] uint32_t sum = 0;
|
||||
for (auto trimCandidate : trimCandidateList) {
|
||||
if (trimCandidate != nullptr) {
|
||||
sum++;
|
||||
|
||||
Reference in New Issue
Block a user