diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-05 12:19:19 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-05 12:22:57 -0800 |
commit | 9b62982d6cade2cf7de146e50576993a6b2294b6 (patch) | |
tree | 5accaab5a5f569441d5e6249c6327845f392cab7 /meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch | |
parent | 51f98865da0af69564bf47c128b9a2afae7f3cbe (diff) | |
download | meta-openembedded-9b62982d6cade2cf7de146e50576993a6b2294b6.tar.gz |
nss: Disable Werror
with newer compilers we are seeing new warnings, e.g.
error: argument 1 of type 'int[1]' with mismatched bound [-Werror=array-parameter=]
8 | extern void pr_static_assert(int arg[(((long unsigned int)-1) > (long unsigned int)1) ? 1 : -1]);
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
with gcc11 and clang has its own set which triggers here as well, its
better to disable werror therefore, we still have warnings if someone
wants to fix them but they wont break the builds
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch')
0 files changed, 0 insertions, 0 deletions