Coverity Scan: Suppress intentional integer overflow

This commit is contained in:
Roger A. Light
2025-08-22 17:32:59 +01:00
parent f188d64453
commit cf7e6d1a4f
+1
View File
@@ -645,6 +645,7 @@ do {
} while (0)
#define HASH_JEN(key,keylen,hashv) \
/* coverity[integer_overflow] - intentional wrapping in Jenkins hash */ \
do { \
unsigned _hj_i,_hj_j,_hj_k; \
unsigned const char *_hj_key=(unsigned const char*)(key); \