Skip to content
Snippets Groups Projects
Commit 453c4d2b authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Disable -Wcast-align


We assume that GArray aligns memory "nicely".

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 4d1d8a4f
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ warning_cflags = [
'-Wwrite-strings',
]
no_warning_cflags = [
'cast-align',
'declaration-after-statement',
'missing-field-initializers',
'pedantic',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment