diff options
author | fanquake <fanquake@gmail.com> | 2022-06-21 10:06:15 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-06-23 17:29:31 +0100 |
commit | 1bdbbbdc46c4e50bf07bc362e7e391ea1a53ea2f (patch) | |
tree | 0cd685020b271c4a36ea4cd982fa82fb28181310 /contrib/shell | |
parent | 01e9e2d1ca7fc08d65663b398c71ecec6a01f686 (diff) |
build: suppress array-bounds errors in libxkbcommon
These occur when building with GCC 12.1.
It might be the case that these would be suppressed by updating the
package, but that would also require installing new build tools (meson),
as well as potentially more dependencies (wayland).
```bash
In function 'ExprCreateBoolean',
inlined from 'BoolVarCreate' at src/xkbcomp/ast-build.c:316:19:
src/xkbcomp/ast-build.c:119:23: error: array subscript 'ExprDef[0]' is partly outside array bounds of 'unsigned char[32]' [-Werror=array-bounds]
119 | expr->boolean.set = set;
| ~~~~~~~~~~~~~~~~~~^~~~~
In function 'ExprCreate',
inlined from 'ExprCreateBoolean' at src/xkbcomp/ast-build.c:118:5,
inlined from 'BoolVarCreate' at src/xkbcomp/ast-build.c:316:19:
src/xkbcomp/ast-build.c:75:21: note: object of size 32 allocated by 'malloc'
75 | ExprDef *expr = malloc(size);
| ^~~~~~~~~~~~
```
Diffstat (limited to 'contrib/shell')
0 files changed, 0 insertions, 0 deletions