We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f039e6 commit f0949b2Copy full SHA for f0949b2
test/Jamfile
@@ -30,7 +30,8 @@ project : requirements
30
<toolset>gcc:<cxxflags>-Wfloat-equal
31
<toolset>gcc:<cxxflags>-Wshadow
32
# https://github.com/cppalliance/decimal/issues/1291
33
- <toolset>gcc:<cxxflags>-Wextra-semi
+ # GCC-7 does not support extra-semi, just pick one to try
34
+ <toolset>gcc-13:<cxxflags>-Wextra-semi
35
<toolset>gcc:<cxxflags>-Wuseless-cast
36
# <toolset>gcc:<cxxflags>-Wpadded
37
0 commit comments