summaryrefslogtreecommitdiffstats
path: root/test/cpp/test_lilv_hpp.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-03 14:32:33 -0500
committerDavid Robillard <d@drobilla.net>2023-02-03 18:54:39 -0500
commit803be790d97a0bd219e15dbe2c9483f33af5877c (patch)
tree6975d1de2283188a651a334a98d67ab131b8e949 /test/cpp/test_lilv_hpp.cpp
parentaf5d95877af889ae40f76bda36f61f8fb7ab2a24 (diff)
downloadlilv-803be790d97a0bd219e15dbe2c9483f33af5877c.tar.gz
lilv-803be790d97a0bd219e15dbe2c9483f33af5877c.tar.bz2
lilv-803be790d97a0bd219e15dbe2c9483f33af5877c.zip
Suppress/fix new warnings in clang-tidy 15
Diffstat (limited to 'test/cpp/test_lilv_hpp.cpp')
-rw-r--r--test/cpp/test_lilv_hpp.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}