mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
False positive knownConditionTrueFalse
This commit is contained in:
parent
9577fdc474
commit
2dc4da7f2e
@ -49,6 +49,7 @@ hs_error_t HS_CDECL hs_valid_platform(void) {
|
||||
}
|
||||
#elif !defined(VS_SIMDE_BACKEND) && (defined(ARCH_ARM32) || defined(ARCH_AARCH64))
|
||||
//check_neon returns true for now
|
||||
// cppcheck-suppress knownConditionTrueFalse
|
||||
if (check_neon()) {
|
||||
return HS_SUCCESS;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user