We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8c000 commit 2ca8a6eCopy full SHA for 2ca8a6e
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