meson.build: add comment for -Wno-non-virtual-dtor

This commit is contained in:
Max Kellermann 2021-05-25 21:47:57 +02:00
parent c1e2537851
commit 6aeb0e335b
1 changed files with 1 additions and 0 deletions

View File

@ -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: