summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg/no-vla-warning.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg/no-vla-warning.patch')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg/no-vla-warning.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg/no-vla-warning.patch b/meta/recipes-devtools/dpkg/dpkg/no-vla-warning.patch
index 0e57dbc7fc..f660b18646 100644
--- a/meta/recipes-devtools/dpkg/dpkg/no-vla-warning.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/no-vla-warning.patch
@@ -11,22 +11,22 @@ Upstream-Status: Pending
11 11
12Signed-off-by: Donn Seeley <donn.seeley@windriver.com> 12Signed-off-by: Donn Seeley <donn.seeley@windriver.com>
13Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 13Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
14Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
14--- 15---
15 m4/dpkg-compiler.m4 | 1 - 16 m4/dpkg-compiler.m4 | 1 -
16 1 file changed, 1 deletion(-) 17 1 file changed, 1 deletion(-)
17 18
18diff --git a/m4/dpkg-compiler.m4 b/m4/dpkg-compiler.m4 19diff --git a/m4/dpkg-compiler.m4 b/m4/dpkg-compiler.m4
19index f1c760b..500b5ad 100644 20index 53f67c6..6e66a43 100644
20--- a/m4/dpkg-compiler.m4 21--- a/m4/dpkg-compiler.m4
21+++ b/m4/dpkg-compiler.m4 22+++ b/m4/dpkg-compiler.m4
22@@ -72,7 +72,6 @@ if test "x$enable_compiler_warnings" = "xyes"; then 23@@ -49,7 +49,6 @@ AC_DEFUN([DPKG_CHECK_COMPILER_WARNINGS], [
23 DPKG_WARNING_ALL([-Wformat-security]) 24 DPKG_CHECK_COMPILER_FLAG([-Wformat-security])
24 DPKG_WARNING_ALL([-Wpointer-arith]) 25 DPKG_CHECK_COMPILER_FLAG([-Wpointer-arith])
25 DPKG_WARNING_ALL([-Wlogical-op]) 26 DPKG_CHECK_COMPILER_FLAG([-Wlogical-op])
26- DPKG_WARNING_ALL([-Wvla]) 27- DPKG_CHECK_COMPILER_FLAG([-Wvla])
27 DPKG_WARNING_ALL([-Winit-self]) 28 DPKG_CHECK_COMPILER_FLAG([-Winit-self])
28 DPKG_WARNING_ALL([-Wwrite-strings]) 29 DPKG_CHECK_COMPILER_FLAG([-Wwrite-strings])
29 DPKG_WARNING_ALL([-Wcast-align]) 30 DPKG_CHECK_COMPILER_FLAG([-Wcast-align])
30-- 31---
311.7.10.4 321.17.21
32