From 5680e5900f6fb89ec66af6480a7d125fc8960552 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Dec 2020 13:24:37 +0100 Subject: Fix build with older GCC This reverts commit 57602cd13969d72cfae284bccdeee1ac6bf15c1e. --- test/.clang-tidy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 5b80730..023fd87 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -29,7 +29,9 @@ Checks: > -readability-else-after-return, -readability-implicit-bool-conversion, -readability-use-anyofallof, -WarningsAsErrors: '*' +CheckOptions: + - key: modernize-use-override.AllowOverrideAndFinal + value: true HeaderFilterRegex: '.*' FormatStyle: file -- cgit v1.2.1