Skip to content

Commit 05400e0

Browse files
author
Raghuveer Devulapalli
committed
Silence unused variable warning
1 parent 5e82f4f commit 05400e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xss-common-qsort.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ X86_SIMD_SORT_INLINE void xss_qsort(T *arr, arrsize_t arrsize, bool hasnan)
563563
replace_inf_with_nan(arr, arrsize, nan_count);
564564
}
565565
else {
566+
UNUSED(hasnan);
566567
qsort_<vtype, T>(arr, 0, arrsize - 1, 2 * (arrsize_t)log2(arrsize));
567568
}
568569
}

0 commit comments

Comments
 (0)