mirror of https://github.com/OISF/suricata
dns: suppress minor scan-build warnings
These were only used if debug is enabled.
app-layer-dns-tcp.c:407:13: warning: Value stored to 'length' is never read
length = *data;
app-layer-dns-udp.c:236:13: warning: Value stored to 'length' is never read
length = *data;
pull/720/head
parent
6ac30ae468
commit
9d092f35e2
Loading…
Reference in New Issue