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

build: Disable -Wunused-local-typedefs


In older versions of GLib, G_STATIC_ASSERT triggers this.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 84ec4222
No related branches found
No related tags found
1 merge request!18build: Disable -Wunused-local-typedefs
Pipeline #1277 passed
...@@ -73,6 +73,7 @@ no_warning_cflags = [ ...@@ -73,6 +73,7 @@ no_warning_cflags = [
'declaration-after-statement', 'declaration-after-statement',
'missing-field-initializers', 'missing-field-initializers',
'sign-compare', 'sign-compare',
'unused-local-typedefs',
'unused-parameter', 'unused-parameter',
] ]
......
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