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

build: Disable -Wdeclaration-after-statement


It's inconsistent to ask for this in warning_cflags, and immediately
disable it in no_warning_cflags.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 2594132a
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ warning_cflags = [
'-Wextra',
'-Warray-bounds',
'-Wcast-align',
'-Wdeclaration-after-statement',
'-Wdouble-promotion',
'-Wduplicated-branches',
'-Wduplicated-cond',
......
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