diff options
Diffstat (limited to 'recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch')
-rw-r--r-- | recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch b/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch index 7b1b7f6f..1695ac49 100644 --- a/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch +++ b/recipes-extended/kvmtool/files/0003-kvmtool-Werror-disabled.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 532043e6937b78b12d89d0c6001f0e1853143247 Mon Sep 17 00:00:00 2001 | 1 | From 459ebaebf368869ae26eb8031ff44a789e238988 Mon Sep 17 00:00:00 2001 |
2 | From: Cevat Bostancioglu <bostancioglucevat@gmail.com> | 2 | From: Cevat Bostancioglu <bostancioglucevat@gmail.com> |
3 | Date: Wed, 19 Jun 2019 20:36:56 +0300 | 3 | Date: Wed, 19 Jun 2019 20:36:56 +0300 |
4 | Subject: [PATCH] WERROR override disabled. | 4 | Subject: [PATCH] WERROR override disabled. |
@@ -10,7 +10,7 @@ WERROR override causes gcc sizeof-pointer-memaccess, format-truncation errors. | |||
10 | 1 file changed, 1 insertion(+) | 10 | 1 file changed, 1 insertion(+) |
11 | 11 | ||
12 | diff --git a/Makefile b/Makefile | 12 | diff --git a/Makefile b/Makefile |
13 | index ece3d2a..da6c1f0 100644 | 13 | index 2ce753f..fe2e3cb 100644 |
14 | --- a/Makefile | 14 | --- a/Makefile |
15 | +++ b/Makefile | 15 | +++ b/Makefile |
16 | @@ -4,6 +4,7 @@ | 16 | @@ -4,6 +4,7 @@ |