We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f441f0 commit 60b8de3Copy full SHA for 60b8de3
meson.build
@@ -96,6 +96,7 @@ if (cxx.get_id() == 'clang')
96
'-Wno-covered-switch-default',
97
'-Wno-disabled-macro-expansion',
98
'-Wno-unneeded-internal-declaration',
99
+ '-Wno-unsafe-buffer-usage-in-container',
100
language: 'cpp',
101
)
102
endif
0 commit comments