add missing semicolon to Jamroot.jam

This commit is contained in:
arvidn 2020-04-30 00:25:14 +02:00 committed by Arvid Norberg
parent 5a251a1684
commit 48627d7dfe
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +0,0 @@
include clang_tidy.jam

View File

@ -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"