Skip to content

Commit

Permalink
quiet clang scan. Not sure why this is necessary tho
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jun 17, 2019
1 parent feeb627 commit 638d42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/parser.c
Expand Up @@ -560,7 +560,9 @@ static ssize_t condition_tokenize(TALLOC_CTX *ctx, CONF_ITEM *ci, char const *st
}
p += slen;

#ifndef __clang_analyzer__
lhs_p = p;
#endif
slen = condition_tokenize_word(c, p, &lhs, &lhs_type, error);
if (slen <= 0) {
return_SLEN;
Expand Down

0 comments on commit 638d42c

Please sign in to comment.