diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-27 16:23:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-27 16:29:23 -0700 |
commit | 9bbe3ff10256b7ccee6d2157cbb395a80874ee52 (patch) | |
tree | 879f5c672441af9c402c405bc38268c5b8b1735d /meta-python/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch | |
parent | 26de7600bdcfbb7c9333b15868f954ca028b81a9 (diff) | |
download | meta-openembedded-9bbe3ff10256b7ccee6d2157cbb395a80874ee52.tar.gz |
nss: Disable Werror across all recipe types
We are seeing warnigs with gcc-10 even on target builds e.g.
| In file included from nsinstall.c:20:
| /usr/include/unistd.h:520:14: note: in a call to function ‘getcwd’ declared with attribute ‘write_only (1, 2)’
| 520 | extern char *getcwd (char *__buf, size_t __size) __THROW __wur
| | ^~~~~~
| nsinstall.c:70:16: error: argument 1 is null but the corresponding size argument 2 value is 4096 [-Werror=nonnull]
| 70 | #define GETCWD getcwd
| | ^
| nsinstall.c:246:13: note: in expansion of macro ‘GETCWD’
| 246 | todir = GETCWD(0, PATH_MAX);
| | ^~~~~~
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch')
0 files changed, 0 insertions, 0 deletions