From a858517c49f9292a16ea827557fc119637d2d391 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Thu, 22 Dec 2022 14:18:07 -0800 Subject: [PATCH] Update clang to warn on unused static function templates --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 9a702bc6..d736287e 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -10,7 +10,7 @@ import testing ; # https://github.com/boostorg/type_traits/issues/165 local gcc-flags = -Wsign-promo -Wconversion -Wsign-conversion -Wfloat-equal -Wshadow -Wno-variadic-macros ; -local clang-flags = $(gcc-flags) -Wno-c99-extensions ; +local clang-flags = $(gcc-flags) -Wno-c99-extensions -Wunused-template ; local msvc-flags = /wd4494 ; project