Skip to content

Commit 7e034db

Browse files
Remove unused variable warning
1 parent 6bd8351 commit 7e034db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test_xcomplex.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ namespace xt
313313
{
314314
using complex_type = xtl::xcomplex<double>;
315315
xt::xarray<complex_type> a = xt::ones<complex_type>(std::vector<size_t>(3,7));
316-
316+
317317
auto simd_loaded = a.template load_simd<xt_simd::aligned_mode, complex_type, xt_simd::simd_traits<complex_type>::size>(0);
318+
(void)simd_loaded;
318319
}
319320
}

0 commit comments

Comments
 (0)