diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-29 02:42:48 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-29 02:43:29 -0500 |
commit | 26c8848639537f9b4d7921c04f8747c992a643c2 (patch) | |
tree | ebb4050f85ddd9f184d40e35a85863d2c51a0529 /neon | |
parent | 8f2859a318198797fd11f3ea78ed336533eefa65 (diff) |
hide external library neon's warnings
Change-Id: Ie394ee8fc7a7e4c34965242920225c5dc2297c0b
Diffstat (limited to 'neon')
-rw-r--r-- | neon/Library_neon.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/neon/Library_neon.mk b/neon/Library_neon.mk index 239a43491b3a..92b13ac97c11 100644 --- a/neon/Library_neon.mk +++ b/neon/Library_neon.mk @@ -19,6 +19,12 @@ $(eval $(call gb_Library_use_externals,neon,\ $(eval $(call gb_Library_set_visibility_default,neon)) +# neon has its share of warning... let's spare use +# the pointless spamming +$(eval $(call gb_Library_add_cflags,neon,\ + -w \ +)) + $(eval $(call gb_Library_set_warnings_not_errors,neon)) $(eval $(call gb_Library_add_generated_cobjects,neon,\ |