meson.build: fix warning

This commit is contained in:
Dirk-Jan C. Binnema
2022-05-07 09:35:52 +03:00
parent f320c56c15
commit 89121d2322

View File

@ -40,7 +40,6 @@ infodir = join_paths(prefixdir, get_option('infodir'))
# compilers / flags
#
extra_flags = [
'-Wextra',
'-Wno-unused-parameter',
'-Wno-cast-function-type',
'-Wno-#warnings'