From d67ed9268c62437d07cf2d370a9f1acb732f119c Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 30 Jul 2013 07:05:35 -0500 Subject: [PATCH 2/2] saucy: disable Werror=pointer-sign Signed-off-by: Robert Nelson --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d0668f..3038a00 100644 --- a/Makefile +++ b/Makefile @@ -373,7 +373,8 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common \ -Werror-implicit-function-declaration \ -Wno-format-security \ - -fno-delete-null-pointer-checks + -fno-delete-null-pointer-checks \ + -Wno-pointer-sign KBUILD_AFLAGS_KERNEL := KBUILD_CFLAGS_KERNEL := KBUILD_AFLAGS := -D__ASSEMBLY__ -- 1.8.4.rc3