Kaydet (Commit) e08159e2 authored tarafından Peter Foley's avatar Peter Foley

suppress warnings from external packages

Change-Id: I1417dd1dfbd812cc4ab8a1521cc9e0dfbcf37d02
üst c7f09e4f
......@@ -42,6 +42,11 @@ $(eval $(call gb_StaticLibrary_add_defs,expat,\
))
endif
# suppress warning spam
$(eval $(call gb_StaticLibrary_add_cflags,expat,\
-w \
))
$(eval $(call gb_StaticLibrary_add_generated_cobjects,expat,\
UnpackedTarball/expat/lib/xmlparse \
UnpackedTarball/expat/lib/xmlrole \
......
......@@ -19,6 +19,12 @@ $(eval $(call gb_Executable_add_defs,ucpp,\
-DSTAND_ALONE \
))
# suppress warning spam
$(eval $(call gb_Executable_add_cflags,ucpp,\
-w \
))
$(eval $(call gb_Executable_add_generated_cobjects,ucpp,\
UnpackedTarball/ucpp/assert \
UnpackedTarball/ucpp/cpp \
......
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