Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-connectivity / qpid / files / fix-compile-through-disable-cflag-werror.patch
1 diff -urN qpidc-0.20.orig/configure.ac qpidc-0.20/configure.ac
2 --- qpidc-0.20.orig/configure.ac        2019-08-19 13:36:13.592214698 +0800
3 +++ qpidc-0.20/configure.ac     2019-08-19 13:36:29.160214501 +0800
4 @@ -75,7 +75,7 @@
5         # Can't test for -Werror as whether it fails or not depends on what's in
6         # CFLAGS/CXXFLAGS. In any case it's been in gcc for a long time (since 2.95 at least)
7         if test "${enableval}" = yes; then
8 -        COMPILER_FLAGS="-Werror"
9 +        COMPILER_FLAGS=""
10             gl_COMPILER_FLAGS(-pedantic)
11             gl_COMPILER_FLAGS(-Wall)
12             gl_COMPILER_FLAGS(-Wextra)