[gnome-calendar: 1/4] project: Remove default warning level
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar: 1/4] project: Remove default warning level
- Date: Sat, 27 Jan 2018 01:59:20 +0000 (UTC)
commit 1a246116ea5d519b1c8711447e16a87d620673dc
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Sun Nov 12 10:56:10 2017 +0100
project: Remove default warning level
gnome-calendar 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=790234
meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 4c9e5224..276be940 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,6 @@ project(
'c',
version: '3.27.2',
license: 'GPL3+',
- default_options: [ 'buildtype=debugoptimized', 'warning_level=1' ],
meson_version: '>= 0.42.0'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]