[gtksourceview/wip/chergert/gsv-gtk4: 171/175] build: disable -Wtypedef-redefinition for Clang
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/chergert/gsv-gtk4: 171/175] build: disable -Wtypedef-redefinition for Clang
- Date: Thu, 25 Jun 2020 19:57:39 +0000 (UTC)
commit f1db563bd590589aa4f062221d1839c8c02ab35a
Author: Christian Hergert <chergert redhat com>
Date: Tue May 12 11:41:17 2020 -0700
build: disable -Wtypedef-redefinition for Clang
meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 2bf58e3d..910b9f97 100644
--- a/meson.build
+++ b/meson.build
@@ -212,6 +212,7 @@ else
'-Wno-missing-field-initializers',
'-Wno-sign-compare',
'-Wno-unused-parameter',
+ '-Wno-typedef-redefinition',
'-Wold-style-definition',
'-Wpointer-arith',
'-Wstrict-prototypes',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]