diff options
author | Max Kellermann <max@musicpd.org> | 2021-05-25 21:47:57 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-05-25 21:48:19 +0200 |
commit | 6aeb0e335b2c1bc0003307b088c939da8a9026d3 (patch) | |
tree | 9c046e78dd68c60b71b5207c18b5316304130db5 | |
parent | c1e25378517fefbb1fda747b726e6d6b8f5459b8 (diff) |
meson.build: add comment for -Wno-non-virtual-dtor
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index fcd08dc14..a11b88324 100644 --- a/meson.build +++ b/meson.build @@ -72,6 +72,7 @@ test_cxxflags = test_common_flags + [ '-Wextra-semi', '-Wunused', + # a vtable without a dtor is just fine '-Wno-non-virtual-dtor', # clang specific warning options: |