Skip to content

Commit

Permalink
MSVC extra warning levels. Followup to 6611aeb (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojoley authored and grafikrobot committed Mar 18, 2019
1 parent 1cf0b20 commit e22a75c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/msvc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -1771,6 +1771,8 @@ local rule register-toolset-really ( )
toolset.flags msvc.compile CFLAGS <warnings>on : /W3 ;
toolset.flags msvc.compile CFLAGS <warnings>off : /W0 ;
toolset.flags msvc.compile CFLAGS <warnings>all : /W4 ;
toolset.flags msvc.compile CFLAGS <warnings>extra : /W4 ;
toolset.flags msvc.compile CFLAGS <warnings>pedantic : /W4 ;
toolset.flags msvc.compile CFLAGS <warnings-as-errors>on : /WX ;

toolset.flags msvc.compile C++FLAGS <exception-handling>on/<asynch-exceptions>off/<extern-c-nothrow>off : /EHs ;
Expand Down

0 comments on commit e22a75c

Please sign in to comment.