Skip to content

Commit

Permalink
add missing semicolon to Jamroot.jam
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Apr 30, 2020
1 parent 5a251a1 commit 48627d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Jamroot.jam
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
include clang_tidy.jam

1 change: 1 addition & 0 deletions include/libtorrent/aux_/disable_warnings_push.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ POSSIBILITY OF SUCH DAMAGE.
#pragma GCC diagnostic ignored "-Wshift-overflow"
#pragma GCC diagnostic ignored "-Wshift-count-overflow"
#pragma GCC diagnostic ignored "-Wshift-count-negative"
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
#if __GNUC__ >= 7
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
Expand Down

0 comments on commit 48627d7

Please sign in to comment.