summaryrefslogtreecommitdiff
path: root/lea_simd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lea_simd.cpp')
-rw-r--r--lea_simd.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lea_simd.cpp b/lea_simd.cpp
index b0ffc767..16ed4ee3 100644
--- a/lea_simd.cpp
+++ b/lea_simd.cpp
@@ -183,6 +183,9 @@ inline uint32x4_t UnpackNEON(const uint32x4_t& a, const uint32x4_t& b, const uin
{
// Should not be instantiated
CRYPTOPP_ASSERT(0);
+
+ CRYPTOPP_UNUSED(a); CRYPTOPP_UNUSED(b);
+ CRYPTOPP_UNUSED(c); CRYPTOPP_UNUSED(d);
return vmovq_n_u32(0);
}
@@ -223,6 +226,8 @@ inline uint32x4_t UnpackNEON(const uint32x4_t& v)
{
// Should not be instantiated
CRYPTOPP_ASSERT(0);
+
+ CRYPTOPP_UNUSED(v);
return vmovq_n_u32(0);
}