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

Merge branch 'wip/denittis/meson_flags' into 'master'

meson: remove redundant Wall and Wextra flags

See merge request steam/steam-runtime-tools!98
parents 88f76799 d6d77efe
No related branches found
No related tags found
1 merge request!98meson: remove redundant Wall and Wextra flags
Pipeline #2325 passed
......@@ -56,8 +56,6 @@ endif
glslang_validator = find_program('glslangValidator', required : true)
warning_flags = [
'-Wall',
'-Wextra',
'-Warray-bounds',
'-Wcast-align',
'-Wdouble-promotion',
......
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