meson.build: avoid clang build warning

This commit is contained in:
Dirk-Jan C. Binnema 2023-04-23 16:06:42 +03:00
parent 1b8bcb3df3
commit 1ec363b1e6
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ endif
# compilers / flags
#
extra_flags = [
'-Wc11-extensions', # for clang
'-Wno-unused-parameter',
'-Wno-cast-function-type',
'-Wformat-security',