Files
meta-openembedded/meta-oe/recipes-extended
Khem Raj ca98c70445 librelp: Pass Wno-error to compiler
After autoconf-archive was upgraded to 2019.01.06 it started to add
extra warning flags via WARN_CFLAGS along with -Werror which means that
now compiler could be stricter and break the build if any of the new
warnings are flagged

The difference is

old

WARN_CFLAGS='-fno-strict-aliasing  -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Werror -Wno-suggest-attribute=format -Wunused-parameter -Wmissing-field-initializers'

new

WARN_CFLAGS='-fno-strict-aliasing  -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wswitch-default -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wdouble-promotion -pedantic -Wunused-parameter -Wmissing-field-initializers -Werror -Wno-suggest-attribute=format -Wunused-parameter -Wmissing-field-initializers'

Hence we started seing build failure like https://errors.yoctoproject.org/Errors/Details/252684/

This fix just turns off warnings-as-errors so build can still go on, if
we need to fix the warnings they still are present in log.do_compile

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Cc: Robert Yang <liezhi.yang@windriver.com>
2019-07-21 09:31:09 -07:00
..
2018-09-08 13:32:12 -07:00
2018-05-26 21:10:55 -07:00
2018-07-03 17:42:25 -07:00
2017-11-15 16:34:05 -08:00
2017-11-15 16:34:06 -08:00
2017-08-28 11:06:05 +02:00
2018-09-17 22:23:29 -07:00
2018-03-12 10:01:04 -07:00
2016-12-26 08:24:07 +01:00
2019-07-21 09:31:09 -07:00
2019-04-29 10:13:56 -07:00
2018-12-05 10:18:59 -08:00
2019-04-08 10:28:06 -07:00
2019-07-10 09:24:32 -07:00
2019-05-10 09:19:22 -07:00
2018-06-14 08:57:14 -07:00
2018-07-20 16:14:22 -07:00
2018-06-27 22:17:33 -07:00
2014-07-22 00:01:50 +02:00
2019-05-10 09:19:22 -07:00
2019-07-10 09:24:32 -07:00
2018-11-27 11:05:22 -08:00
2017-04-06 13:00:29 +02:00
2019-07-21 09:31:09 -07:00
2019-07-10 09:24:32 -07:00
2017-03-16 23:34:34 +01:00
2018-09-25 22:24:15 -07:00
2018-09-08 13:32:12 -07:00
2019-07-10 09:24:33 -07:00
2017-07-24 18:58:51 +02:00
2018-07-04 06:09:58 -07:00
2018-10-05 14:51:14 -07:00
2017-06-14 14:51:17 +02:00
2019-07-21 09:31:09 -07:00
2019-05-29 02:26:16 -07:00
2019-04-14 23:26:42 -07:00
2019-06-15 16:45:33 -07:00
2018-09-09 22:09:42 -07:00
2018-11-27 11:05:22 -08:00
2018-08-27 10:53:58 -07:00
2018-03-21 18:32:48 -07:00
2018-04-13 12:43:41 -07:00
2018-06-20 23:19:13 -07:00
2017-11-15 16:34:06 -08:00
2019-05-20 09:49:00 -07:00
2019-07-10 09:24:33 -07:00
2018-04-13 12:43:39 -07:00
2016-08-22 15:56:28 +02:00
2018-05-23 15:32:05 -07:00
2019-07-21 09:31:09 -07:00