mirror of https://github.com/OISF/suricata
gcc warning fixes.
This patch fixes gcc warning:
warning: suggest braces around empty body in an ‘if’ statement
This was the case in when the macro SCLogDebug was used:
if (ssn != NULL)
SCLogDebug("ssn->alproto %"PRIu16"", ssn->alproto);
It also fixes a signed-unsigned comparison.
remotes/origin/master-1.0.x
parent
bda8702474
commit
84dfc0172a
Loading…
Reference in New Issue