aboutsummaryrefslogtreecommitdiffstats
path: root/meson/suppressions
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-29 15:20:23 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit55cb2411c1ddfe268c5d48f486f4da02470ab3d1 (patch)
treeedf6bc3e7db57a88c2b0acc4c3f3e87c1b47530d /meson/suppressions
parent930f28478ca2573b7f7baf29a57a03cfa95a841f (diff)
downloadserd-55cb2411c1ddfe268c5d48f486f4da02470ab3d1.tar.gz
serd-55cb2411c1ddfe268c5d48f486f4da02470ab3d1.tar.bz2
serd-55cb2411c1ddfe268c5d48f486f4da02470ab3d1.zip
Use a simple type-safe stack in writer
Diffstat (limited to 'meson/suppressions')
-rw-r--r--meson/suppressions/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build
index 2ad63b00..88eb9f99 100644
--- a/meson/suppressions/meson.build
+++ b/meson/suppressions/meson.build
@@ -15,7 +15,6 @@ if is_variable('cc')
if cc.get_id() in ['clang', 'emscripten']
if warning_level == 'everything'
c_suppressions += [
- '-Wno-cast-align',
'-Wno-cast-function-type-strict',
'-Wno-declaration-after-statement',
'-Wno-format-nonliteral',
@@ -52,7 +51,6 @@ if is_variable('cc')
elif cc.get_id() == 'gcc'
if warning_level == 'everything'
c_suppressions += [
- '-Wno-cast-align',
'-Wno-format-nonliteral',
'-Wno-inline',
'-Wno-padded',