check_or_vs_and: ignore the kernel's min/max macros
commit53b881888d7ba994cedea629144e43527361eff7
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 11 Apr 2018 09:29:14 +0000 (11 12:29 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 11 Apr 2018 09:29:14 +0000 (11 12:29 +0300)
treeff0107b0e1a9bd97f314eddf74363b32c756b1a3
parentc0e7c6a56be633bd4f9b3ccbc69a956260c8505d
check_or_vs_and: ignore the kernel's min/max macros

I recently added support to parse __builtin_choose_expr() and that makes
most of these warnings go away but there are still about five files which
generate warnings.  Let's just silence these manually.

I thought about ignoring all macros and maybe that's the way to go in the
end, but for now this works in the kernel.

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