[libgit2-glib/wip/meson] remove Wall and warning level
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib/wip/meson] remove Wall and warning level
- Date: Thu, 29 Dec 2016 14:41:41 +0000 (UTC)
commit 19bc18c65f531f831f16de9ca82614fa12c62151
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu Dec 29 15:41:21 2016 +0100
remove Wall and warning level
meson.build | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 63c0c79..32b51b4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,8 +1,7 @@
project('libgit2-glib', 'c',
version: '0.24.5',
default_options: [
- 'buildtype=debugoptimized',
- 'warning_level=1'
+ 'buildtype=debugoptimized'
],
license: 'LGPL2+',
meson_version: '>= 0.36.0')
@@ -87,7 +86,6 @@ else
test_cflags = [
'-ffast-math',
'-fstrict-aliasing',
- '-Wall',
'-Wpointer-arith',
'-Wmissing-declarations',
'-Wformat=2',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]