db: don't mark the db as incomplete because of check_debug.h
commit7553a913cae8d832f323e8f6beb3f3064a1033df
authorDan Carpenter <dan.carpenter@linaro.org>
Thu, 19 Oct 2023 07:14:30 +0000 (19 10:14 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Thu, 19 Oct 2023 07:14:30 +0000 (19 10:14 +0300)
treee85ddb36af2a6df52c317c6dd9f3b8ceea7bf618
parentdba939a246e681e21823009f587a098561904a91
db: don't mark the db as incomplete because of check_debug.h

One confusing thing that happens is that you include "check_debug.h" and
the DB is marked as incomplete and it changes the output.  At a check so
to prevent this.

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