meson.build: add comment for -Wno-non-virtual-dtor
This commit is contained in:
parent
c1e2537851
commit
6aeb0e335b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue