diff options
author | hongxu <hongxu.jia@windriver.com> | 2020-05-19 00:55:34 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-31 10:20:08 -0400 |
commit | 41e4f18f96538af0f13409597541295a9c26aeca (patch) | |
tree | e58edf319982c743fbd91e8db1a14590689af5ee /recipes-networking/openvswitch/openvswitch-git/kernel_module.patch | |
parent | b7bd4ec2781813fcba8da62b951239ce01eb730d (diff) | |
download | meta-virtualization-41e4f18f96538af0f13409597541295a9c26aeca.tar.gz |
lxc: fix compile failure on gcc10
Since oe-core is upgrading gcc to 10.1, there is
a compile failure
...
|../../../lxc-4.0.2/src/lxc/cgroups/cgfsng.c:2100:10: error: writing
1 byte into a region of size 0 [-Werror=stringop-overflow=]
| 2100 | *slash = '\0';
...
Add gcc option `-Werror=stringop-overflow' to workaround the issue
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/kernel_module.patch')
0 files changed, 0 insertions, 0 deletions