diff options
author | Jeremy Cline <jcline@redhat.com> | 2019-03-12 14:57:08 +0000 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-03-12 15:02:18 +0000 |
commit | fe3f29352b50ab76164e008a657daaf01d61f48c (patch) | |
tree | e91711efb7acd777630afad35c0c74b9c12cb122 /0001-Drop-that-for-now.patch | |
parent | 88d17afb2447cdfd4235c04a28bdd232cce43f83 (diff) | |
download | kernel-fe3f29352b50ab76164e008a657daaf01d61f48c.tar.gz kernel-fe3f29352b50ab76164e008a657daaf01d61f48c.tar.xz kernel-fe3f29352b50ab76164e008a657daaf01d61f48c.zip |
Linux v5.0-10742-gea295481b6e3
Diffstat (limited to '0001-Drop-that-for-now.patch')
-rw-r--r-- | 0001-Drop-that-for-now.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/0001-Drop-that-for-now.patch b/0001-Drop-that-for-now.patch index 6419d9d9a..1d1850944 100644 --- a/0001-Drop-that-for-now.patch +++ b/0001-Drop-that-for-now.patch @@ -14,7 +14,7 @@ index f5b1d0d168e0..5f31107b22d1 100644 @@ -430,7 +430,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \ - -Werror-implicit-function-declaration -Werror=implicit-int \ + -Werror=implicit-function-declaration -Werror=implicit-int \ - -Wno-format-security \ + -Wno-format-security -Wno-address-of-packed-member \ -std=gnu89 |