[frogr] Set Werror=false by default
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Set Werror=false by default
- Date: Thu, 30 Jan 2020 15:56:46 +0000 (UTC)
commit bb85033c69ecf6c88e9e55808982da2aa95e37c7
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Thu Jan 30 16:53:10 2020 +0100
Set Werror=false by default
This makes sense for dev builds but can potentially break the build
in environment where any library frogr depends on is building with
warnings, as that would of course break the build.
This has been recently the case for Hurd and FreeBSD (detected by
Debian), so let's prevent thi from happening by setting saner defaults.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 66dd108..37f76d7 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project('frogr', 'c',
license: 'GPL3',
default_options: [
'warnlevel=2',
- 'werror=true'
+ 'werror=false'
])
project_name = meson.project_name()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]