Skip to content

Commit 96bfcd6

Browse files
authored
activate more warnings (#322)
1 parent 2d9623d commit 96bfcd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jamfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ project
1717
: requirements
1818
<implicit-dependency>/boost//headers
1919
<include>$(BOOST_ROOT)
20-
<toolset>clang:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing -Wvexing-parse"
21-
<toolset>gcc:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing"
20+
<toolset>clang:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing -Wvexing-parse -Wfloat-conversion"
21+
<toolset>gcc:<cxxflags>"-pedantic -Wextra -Wsign-compare -Wstrict-aliasing -fstrict-aliasing -Wfloat-conversion"
2222
<toolset>msvc:<cxxflags>"/bigobj"
2323
<toolset>intel-win:<cxxflags>"/bigobj"
2424
: default-build

0 commit comments

Comments
 (0)