[meson] Remove -Wno-non-virtual-dtor

No idea why it was there to begin with. We control warnings
from hb.hh.
This commit is contained in:
Behdad Esfahbod 2025-03-03 19:19:34 -07:00 committed by Khaled Hosny
parent 958e2c5331
commit c544028700

View file

@ -224,11 +224,7 @@ incconfig = include_directories('.')
add_project_arguments('-DHAVE_CONFIG_H', language: ['c', 'cpp'])
warn_cflags = [
'-Wno-non-virtual-dtor',
]
cpp_args = cpp.get_supported_arguments(warn_cflags)
cpp_args = []
if glib_dep.found()
conf.set('HAVE_GLIB', 1)