Skip to content

Commit f0949b2

Browse files
committed
Edit jamfile
1 parent 0f039e6 commit f0949b2

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)