diff options
author | Lukas Märdian <slyon@ubuntu.com> | 2021-03-03 11:37:36 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-03-08 12:03:48 +0100 |
commit | d8a422575bcb4bedd533e068aed6876a7291d8ca (patch) | |
tree | 7e76601b9f02bb05f508b87cd588119177632351 /backend/session/libseat.c | |
parent | 46d2f80c381d02e6caf5cde1f91db39da2f50579 (diff) |
Fix false positive -Wstringop-truncation
Fix false positive stringop-truncation warning/error with GCC 10 on s390x by indicating GCC to explicitly ignore this case, as it is clearly a false positive (NUL is set in the following line).
This allow the compilation to succeed with -Werror on.
Fixes: https://github.com/swaywm/wlroots/issues/2018
Diffstat (limited to 'backend/session/libseat.c')
0 files changed, 0 insertions, 0 deletions