summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java/org
diff options
context:
space:
mode:
authorLioncash <mai.iam2048@gmail.com>2023-12-12 19:21:33 -0500
committerLioncash <mai.iam2048@gmail.com>2023-12-13 13:02:51 -0500
commitbced5fac183b953d9ddd2f488c7ac3917eabee1a (patch)
treed138b17d9651da313899cb5eb5ba2bc536a178db /Source/Android/app/src/main/java/org
parent7b57a4a37d7897fcc47412e32d0e9e280f59fe4c (diff)
Common/Crypto/AES: Resolve -Wignored-attributes warnings
The alias for __m128i is typically something like: typedef long long __m128i __attribute__((__vector_size__(16), __may_alias__)); and the part that ends up not getting preserved is the __may_alias__ attribute specifier. So, in order to preserve that, we can just use a wrapper struct, so the data type itself isn't being passed through the template.
Diffstat (limited to 'Source/Android/app/src/main/java/org')
0 files changed, 0 insertions, 0 deletions