From 83410fcabe7278ea5f7e494464746f015c866696 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Tue, 14 Feb 2023 09:08:38 -0800 Subject: [PATCH] Add -Wunused-template to tests run with the clang-14 toolset --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 129ea214..91b926b2 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,6 +1,6 @@ # Copyright 2006-2008 Daniel James. -# Copyright 2022 Christian Mazakas +# Copyright 2022-2023 Christian Mazakas # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -26,6 +26,7 @@ project gcc-4.4:-Wno-strict-aliasing gcc-4.4:-fno-deduce-init-list + clang-14:-Wunused-template gcc:on clang:on