build: Drop '-Wall' from the checked compiler arguments

Meson adds `-Wall` for us with `warning_level=1`.
macos/v1.5.9
Emmanuele Bassi 8 years ago
parent ba2e7b151b
commit 41bea9e0fb
  1. 1
      meson.build

@ -52,7 +52,6 @@ endif
# Compiler flags, taken from the Xorg macros # Compiler flags, taken from the Xorg macros
test_cflags = [ test_cflags = [
'-Wall',
'-Wpointer-arith', '-Wpointer-arith',
'-Wmissing-declarations', '-Wmissing-declarations',
'-Wformat=2', '-Wformat=2',

Loading…
Cancel
Save