[RFC PATCH] Makefile: sparse - don't check sizeof(bool)

2014-02-26 Thread Joe Perches
Add an override for sizeof(bool) Requires sparse 0.5.0+ if -Wsizeof-bool is accepted there. Signed-off-by: Joe Perches --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fce2ba7..d9cea07 100644 --- a/Makefile +++ b/Makefile @@ -350,7

[RFC PATCH] Makefile: sparse - don't check sizeof(bool)

2014-02-26 Thread Joe Perches
Add an override for sizeof(bool) Requires sparse 0.5.0+ if -Wsizeof-bool is accepted there. Signed-off-by: Joe Perches j...@perches.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fce2ba7..d9cea07 100644 --- a/Makefile +++