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

View File

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