Commit 6aeb0e33 authored by Max Kellermann's avatar Max Kellermann

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

parent c1e25378
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment