From 80a3fa1006048026a5bc8cf69612be587029e855 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Apr 2023 18:27:18 -0400 Subject: Replace strict option with new meson warning level --- test/cpp/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/cpp') diff --git a/test/cpp/meson.build b/test/cpp/meson.build index 4389d18..f062e63 100644 --- a/test/cpp/meson.build +++ b/test/cpp/meson.build @@ -10,6 +10,7 @@ if cpp.get_id() == 'gcc' ] elif cpp.get_id() == 'clang' cpp_suppressions += [ + '-Wno-c++98-compat', '-Wno-cast-align', '-Wno-cast-qual', '-Wno-documentation-unknown-command', -- cgit v1.2.1