From b3d80af60ff695a9f6feb19d08bba0133aef3fdc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Jun 2020 12:23:43 +0200 Subject: Use a manual type-safe stack in SerdWriter This fixes alignment issues on ARM. Since this stack is just for WriteContext which has a fixed size, using SerdStack here just made things more confusing anyway. --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 178439b6..f591cc91 100644 --- a/wscript +++ b/wscript @@ -57,7 +57,6 @@ def configure(conf): if Options.options.ultra_strict: autowaf.add_compiler_flags(conf.env, '*', { 'clang': [ - '-Wno-cast-align', '-Wno-covered-switch-default', '-Wno-float-equal', '-Wno-format-nonliteral', @@ -66,7 +65,6 @@ def configure(conf): '-Wno-reserved-id-macro', ], 'gcc': [ - '-Wno-cast-align', '-Wno-float-equal', '-Wno-padded', ], -- cgit v1.2.1