From 803be790d97a0bd219e15dbe2c9483f33af5877c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Feb 2023 14:32:33 -0500 Subject: Suppress/fix new warnings in clang-tidy 15 --- test/cpp/test_lilv_hpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cpp/test_lilv_hpp.cpp') diff --git a/test/cpp/test_lilv_hpp.cpp b/test/cpp/test_lilv_hpp.cpp index 57cbda1..7e6de72 100644 --- a/test/cpp/test_lilv_hpp.cpp +++ b/test/cpp/test_lilv_hpp.cpp @@ -6,7 +6,7 @@ int main() { - Lilv::World world{}; + const Lilv::World world{}; return 0; } -- cgit v1.2.1