From 2e19b40505daaa878e8ad79e723a234024fc1314 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 20 Mar 2018 17:49:10 +0100 Subject: libqmi: refresh 0001-Detect-clang.patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Armin Kuster --- meta-oe/recipes-connectivity/libqmi/libqmi/0001-Detect-clang.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-Detect-clang.patch b/meta-oe/recipes-connectivity/libqmi/libqmi/0001-Detect-clang.patch index 4047ffbf23..7a3429b9d0 100644 --- a/meta-oe/recipes-connectivity/libqmi/libqmi/0001-Detect-clang.patch +++ b/meta-oe/recipes-connectivity/libqmi/libqmi/0001-Detect-clang.patch @@ -12,6 +12,7 @@ compiler are accepted. Signed-off-by: Khem Raj Upstream-Status: Pending + --- m4/compiler-warnings.m4 | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) @@ -53,7 +54,7 @@ index de4a8b0..e4ba718 100644 -Wdeclaration-after-statement -Wstrict-prototypes \ @@ -17,22 +37,23 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then -Wmissing-include-dirs -Waggregate-return \ - -Wformat-security; do + -Wformat-security -Wtype-limits; do SAVE_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $option" + CFLAGS="$CFLAGS $option $WERROR" -- cgit 1.2.3-korg