smatch: use PROJ_UNKNOWN for when -p=<project> is used for unknown projects
commit74c0a7a94abb53a0269b32da4406ce9d2dbadd25
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 5 Oct 2017 10:53:51 +0000 (5 13:53 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 5 Oct 2017 10:53:51 +0000 (5 13:53 +0300)
treedbd9e4e1246eaffc81898d8724a2343ba009bf36
parentc88aec662b639caebd9ce41d31e087757a7e2400
smatch: use PROJ_UNKNOWN for when -p=<project> is used for unknown projects

The reason for this is I want to specify -p=smatch but some places think
that it PROJ_NONE and ignore it.  This feels like a hack.  We probably
don't need two variables to track this one thing.

Oh well, I'll clean it up later.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.c
smatch.h