From f754198c5b147d874dc71f9da628e68d777da754 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Sat, 1 Aug 2020 00:31:42 +0000 Subject: meson: FreeBSD options --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 35e7460..59a773f 100644 --- a/meson.build +++ b/meson.build @@ -21,11 +21,13 @@ add_project_arguments( '-Wstrict-prototypes', '-Wimplicit-fallthrough', '-Wmissing-prototypes', - '-Wno-unknown-warning', + '-Wno-unknown-warning-option', + '-Wno-unused-command-line-argument', '-Wvla', '-Wl,--exclude-libs=ALL', '-fvisibility=hidden', '-D_XOPEN_SOURCE=700', + '-D__BSD_VISIBLE', ], language: 'c', ) -- cgit v1.2.3