Skip to content

Commit d2be0f4

Browse files
authored
Merge pull request #513 from cppalliance/gcc-13
Fix gcc-13 build
2 parents c706ee4 + 623d634 commit d2be0f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
os: ubuntu-22.04
8484
install:
8585
- g++-13-multilib
86+
cxxflags: -Wno-uninitialized
8687
- toolset: gcc-12
8788
cxxstd: "03-gnu,11-gnu,14-gnu,17-gnu,20-gnu,23-gnu"
8889
address_model: "32"

0 commit comments

Comments
 (0)