CI: use -funsigned-char in one GCC build (issue #1715)

This commit is contained in:
Benoit Blanchon
2022-02-28 09:50:32 +01:00
parent 421ecec0dd
commit c1278797f2

View File

@ -40,6 +40,7 @@ jobs:
- gcc: "9"
cxxflags: -fsanitize=address -fno-sanitize-recover=all
- gcc: "10"
cxxflags: -funsigned-char # Issue #1715
- gcc: "11"
steps:
- name: Install