[libsoup/wip/fuzzing: 3/3] Ignore typedef-redefinition with Clang
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/fuzzing: 3/3] Ignore typedef-redefinition with Clang
- Date: Tue, 15 Dec 2020 23:44:59 +0000 (UTC)
commit e58005ef4c52840fd61d2836058fea3d8f65ca38
Author: Patrick Griffis <pgriffis igalia com>
Date: Tue Dec 15 17:43:16 2020 -0600
Ignore typedef-redefinition with Clang
meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 53fd812f..e12fb786 100644
--- a/meson.build
+++ b/meson.build
@@ -64,6 +64,7 @@ else
'-Wstrict-prototypes',
'-Wno-format-zero-length',
'-Wno-missing-include-dirs',
+ '-Wno-typedef-redefinition',
]
if get_option('b_sanitize') == 'address'
@@ -356,7 +357,7 @@ if find_program('xgettext', required : false).found()
endif
subdir('examples')
-
+subdir('fuzzing')
if get_option('tests')
subdir('tests')
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]