summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-11-10 16:43:53 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2017-11-10 16:43:53 +0100
commitb33a5de7990bc3da0c4810baffa4900207c20530 (patch)
tree73343bf2a4a67e1445e69158c8371b06d08f6733 /meson.build
parentcdc33bf54f501a8b4574f86945628ab6c2036d64 (diff)
downloadgvfs-b33a5de7990bc3da0c4810baffa4900207c20530.tar.gz
build: Remove default warning level
gvfs uses 1 as the project's default warning level. However, meson already uses this level as the default warning level. This patch removes the warning level from project's default options. https://bugzilla.gnome.org/show_bug.cgi?id=786149
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 9bdd1982..e12a4c34 100644
--- a/meson.build
+++ b/meson.build
@@ -4,8 +4,7 @@ project(
license: 'LGPL2+',
default_options: [
'b_lundef=true',
- 'buildtype=debugoptimized',
- 'warning_level=1'
+ 'buildtype=debugoptimized'
],
meson_version: '>= 0.43.0'
)