Skip to content

Commit 2ca8a6e

Browse files
committed
Edit jamfile
1 parent dd8c000 commit 2ca8a6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Jamfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ project : requirements
3030
<toolset>gcc:<cxxflags>-Wfloat-equal
3131
<toolset>gcc:<cxxflags>-Wshadow
3232
# https://github.com/cppalliance/decimal/issues/1291
33-
<toolset>gcc:<cxxflags>-Wextra-semi
33+
# GCC-7 does not support extra-semi, just pick one to try
34+
<toolset>gcc-13:<cxxflags>-Wextra-semi
3435
<toolset>gcc:<cxxflags>-Wuseless-cast
3536
# <toolset>gcc:<cxxflags>-Wpadded
3637

0 commit comments

Comments
 (0)