From e4d19669a995310876d4a855496423aebfbe8103 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 19 Feb 2019 21:16:52 +0000 Subject: More clang tidy fixes --- Jamroot.jam | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 19e8df2..3a0762e 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -17,6 +17,10 @@ project debug:"-W -Wall -Werror -Wextra" coverage:"--coverage" coverage:"--coverage" + tidy:boost-* + tidy:bugprone-* + tidy:clang-* + tidy:misc-* ; build-project slicer ; -- cgit v1.2.3