double_checking: ignore known/constant conditions
commit70dcfdd82b501482d3034450617a4101a9f95b88
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 19 Feb 2024 09:28:01 +0000 (19 12:28 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Mon, 19 Feb 2024 09:28:01 +0000 (19 12:28 +0300)
tree700cb1f97586c28214640ddb110430b73f1c1daf
parent3c37e612ee8e6387be61b44d892517bb532c6430
double_checking: ignore known/constant conditions

There is no point about warning about these because they were known the
first time so it's okay that they're known the second time.  It's not
useful information.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
check_double_checking.c