Justin Vreeland 794d92
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
Justin Vreeland 794d92
From: Laura Abbott <labbott@redhat.com>
Justin Vreeland 794d92
Date: Wed, 23 Jan 2019 14:36:37 +0100
Justin Vreeland 794d92
Subject: [PATCH] Drop that for now
Justin Vreeland 794d92
Justin Vreeland 794d92
---
Justin Vreeland 794d92
 Makefile | 1 +
Justin Vreeland 794d92
 1 file changed, 1 insertion(+)
Justin Vreeland 794d92
Justin Vreeland 794d92
diff --git a/Makefile b/Makefile
Justin Vreeland 794d92
index b70997f7ddf9..680d906eee35 100644
Justin Vreeland 794d92
--- a/Makefile
Justin Vreeland 794d92
+++ b/Makefile
Justin Vreeland 794d92
@@ -496,6 +496,7 @@ KBUILD_CFLAGS   := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \
Justin Vreeland 794d92
 		   -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \
Justin Vreeland 794d92
 		   -Werror=implicit-function-declaration -Werror=implicit-int \
Justin Vreeland 794d92
 		   -Werror=return-type -Wno-format-security \
Justin Vreeland 794d92
+		   -Wno-address-of-packed-member \
Justin Vreeland 794d92
 		   -std=gnu89
Justin Vreeland 794d92
 KBUILD_CPPFLAGS := -D__KERNEL__
Justin Vreeland 794d92
 KBUILD_AFLAGS_KERNEL :=
Justin Vreeland 794d92
-- 
Justin Vreeland 794d92
2.28.0
Justin Vreeland 794d92