diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-08-01 00:31:42 +0000 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-08-01 02:37:26 +0200 |
commit | f754198c5b147d874dc71f9da628e68d777da754 (patch) | |
tree | e8b4100547c2249051527725a6ee26072dc65281 /meson.build | |
parent | 554898e6b32a3750f12834c5a07e9c27ef26c359 (diff) |
meson: FreeBSD options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
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', ) |