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

build: Disable -Winline


Getting warnings when an unlikely code path isn't inlined is not
actually very interesting for fixing bugs.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 5a0a491e
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,6 @@ warning_cflags = [
'-Wformat=2',
'-Wimplicit-function-declaration',
'-Winit-self',
'-Winline',
'-Wjump-misses-init',
'-Wlogical-op',
'-Wmissing-declarations',
......
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