Kaydet (Commit) 26c88486 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

hide external library neon's warnings

Change-Id: Ie394ee8fc7a7e4c34965242920225c5dc2297c0b
üst 8f2859a3
......@@ -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,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment