From 6aeb0e335b2c1bc0003307b088c939da8a9026d3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 May 2021 21:47:57 +0200 Subject: meson.build: add comment for -Wno-non-virtual-dtor --- meson.build | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3