diff options
author | hongxu <hongxu.jia@windriver.com> | 2020-05-19 00:55:34 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-05-19 17:18:53 -0400 |
commit | 05dd16481814e5745288f787b7d26901e9b1e13f (patch) | |
tree | f3e1d115ee50c805a57a5a9b759ed719919928e2 /recipes-core/runx/runx_git.bb | |
parent | 7f6e10c4d117ae3ebbc2197d5af2ee95963ef99e (diff) | |
download | meta-virtualization-05dd16481814e5745288f787b7d26901e9b1e13f.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-core/runx/runx_git.bb')
0 files changed, 0 insertions, 0 deletions