mirror of https://github.com/OISF/suricata
detect: fix minor compile warning
detect-engine.c: In function ‘DetectKeywordCtxHashFunc’: detect-engine.c:3550:75: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3550 | uint64_t hash = StringHashDjb2((const uint8_t *)name, strlen(name)) + (uint64_t)ctx->data; |pull/9288/head
parent
b1535fe1f9
commit
73b0efb03a
Loading…
Reference in New Issue