diff options
author | David Robillard <d@drobilla.net> | 2022-06-15 13:00:54 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-03 19:51:16 -0400 |
commit | 7ee4fa3fe15a2057541bf35534a2f94f77c19d5d (patch) | |
tree | 9b870fd422613f7dbb4de914a89807ba4285f323 /lv2 | |
parent | 75111f6ff0f24e7ef683eb13963fe5c7e40d0f83 (diff) | |
download | lv2-7ee4fa3fe15a2057541bf35534a2f94f77c19d5d.tar.xz |
Suppress new warnings from clang-tidy 13
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/core/meta.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index 0e71b20..701b5f5 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -34,6 +34,13 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ + doap:revision "1.18.5" ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix or avoid new compiler and tool warnings." + ] + ] + ] , [ doap:revision "1.18.4" ; doap:created "2022-05-26" ; doap:file-release <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ; |