summaryrefslogtreecommitdiffstats
path: root/meson
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 13:06:56 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 13:07:38 -0400
commit4f6281e52d3183ae53510d59474f6e4708da40c3 (patch)
treee8b8386b865ca57c6999946213f3b1ccba5de27d /meson
parent9c0d642a5397f418ba5c4882cc6b18e903af068f (diff)
downloadpatchage-4f6281e52d3183ae53510d59474f6e4708da40c3.tar.gz
patchage-4f6281e52d3183ae53510d59474f6e4708da40c3.tar.bz2
patchage-4f6281e52d3183ae53510d59474f6e4708da40c3.zip
Replace boost with standard C++17 facilities
Diffstat (limited to 'meson')
-rw-r--r--meson/suppressions/meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build
index ea5d66e..99cb3b7 100644
--- a/meson/suppressions/meson.build
+++ b/meson/suppressions/meson.build
@@ -34,12 +34,6 @@ if is_variable('cpp')
cpp_suppressions += [
'-Wno-documentation', # JACK
'-Wno-documentation-deprecated-sync', # JACK
- '-Wno-documentation-unknown-command', # boost
- '-Wno-global-constructors', # boost
- '-Wno-old-style-cast', # boost
- '-Wno-redundant-parens', # boost
- '-Wno-reserved-id-macro', # boost
- '-Wno-zero-as-null-pointer-constant', # boost
]
endif