mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[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:
parent
958e2c5331
commit
c544028700
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue