Silence clang warn.

remotes/origin/master-1.0.x
Victor Julien 17 years ago
parent 8a68520f55
commit ae3d4b6d7f

@ -202,7 +202,7 @@ DetectBytetestData *DetectBytetestParse(char *optstr)
int ov[MAX_SUBSTRINGS]; int ov[MAX_SUBSTRINGS];
int i; int i;
uint32_t nbytes; uint32_t nbytes;
const char *str_ptr; const char *str_ptr = NULL;
/* Execute the regex and populate args with captures. */ /* Execute the regex and populate args with captures. */
ret = pcre_exec(parse_regex, parse_regex_study, optstr, ret = pcre_exec(parse_regex, parse_regex_study, optstr,

Loading…
Cancel
Save