param_key: remove some bogus warning messages
commita1963c2bf6e45c01c67b3471f5709838a46a5694
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 27 Jun 2023 07:58:19 +0000 (27 10:58 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Tue, 27 Jun 2023 07:58:19 +0000 (27 10:58 +0300)
tree575fd1795d1e5b81789bd9c54117e7b712337278
parentde59d476b2df5f74701f12bcadce71c731339ed8
param_key: remove some bogus warning messages

I don't really remember what the "parameter not found" warning message
was about.  :(

The "problem with scope" warning message is because I didn't think
functions could be called from outside a function.  But what I didn't
think about was __builtin_ functions.  Those can be called from outside.

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